Package org.apache.batik.extension.svg
Class FlowExtTextPainter
java.lang.Object
org.apache.batik.bridge.BasicTextPainter
org.apache.batik.bridge.StrokingTextPainter
org.apache.batik.extension.svg.FlowExtTextPainter
- All Implemented Interfaces:
TextPainter
One line Class Desc
Complete Class Desc
- Version:
- $Id: FlowExtTextPainter.java 1808001 2017-09-11 09:51:29Z ssteiner $
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.batik.bridge.StrokingTextPainter
StrokingTextPainter.TextChunk, StrokingTextPainter.TextRunNested classes/interfaces inherited from class org.apache.batik.bridge.BasicTextPainter
BasicTextPainter.BasicMark -
Field Summary
FieldsFields inherited from class org.apache.batik.bridge.StrokingTextPainter
ADJUST_ALL, ADJUST_SPACING, ALT_GLYPH_HANDLER, ANCHOR_TYPE, BIDI_LEVEL, FLOW_PARAGRAPH, FLOW_REGIONS, GVT_FONT, GVT_FONTS, PAINT_INFO, TEXT_COMPOUND_ID, TEXTPATH, WRITING_MODE, WRITING_MODE_RTL, WRITING_MODE_TTB, XPOS, YPOSFields inherited from class org.apache.batik.bridge.BasicTextPainter
aaOffFontRenderContext, fontRenderContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TextPainterReturns a unique instance of this class.getTextRuns(TextNode node, AttributedCharacterIterator aci) Methods inherited from class org.apache.batik.bridge.StrokingTextPainter
adjustChunkOffsets, computeTextRuns, computeTextRuns, createModifiedACIForFontMatching, getBounds2D, getDecorationOutline, getDecorationStrokeOutline, getFontFamilyResolver, getHighlightShape, getMark, getOutline, getSelected, getTextChunk, getTextChunkACIs, getTextRunBoundaryAttributes, hitTest, paint, paintDecorations, paintTextRuns, printAttrs, reorderTextRuns, selectFirst, selectLastMethods inherited from class org.apache.batik.bridge.BasicTextPainter
getGeometryBounds, getTextLayoutFactory, selectAt, selectTo
-
Field Details
-
singleton
A unique instance of this class.
-
-
Constructor Details
-
FlowExtTextPainter
public FlowExtTextPainter()
-
-
Method Details
-
getInstance
Returns a unique instance of this class. -
getTextRuns
- Overrides:
getTextRunsin classStrokingTextPainter
-