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
public class FlowExtTextPainter extends StrokingTextPainter
One line Class Desc Complete Class Desc
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.batik.bridge.StrokingTextPainter
StrokingTextPainter.TextChunk, StrokingTextPainter.TextRun
-
Nested classes/interfaces inherited from class org.apache.batik.bridge.BasicTextPainter
BasicTextPainter.BasicMark
-
-
Field Summary
Fields Modifier and Type Field Description protected static TextPainter
singleton
A unique instance of this class.-
Fields 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, YPOS
-
Fields inherited from class org.apache.batik.bridge.BasicTextPainter
aaOffFontRenderContext, fontRenderContext
-
-
Constructor Summary
Constructors Constructor Description FlowExtTextPainter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextPainter
getInstance()
Returns a unique instance of this class.java.util.List
getTextRuns(TextNode node, java.text.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, selectLast
-
Methods inherited from class org.apache.batik.bridge.BasicTextPainter
getGeometryBounds, getTextLayoutFactory, selectAt, selectTo
-
-
-
-
Field Detail
-
singleton
protected static TextPainter singleton
A unique instance of this class.
-
-
Method Detail
-
getInstance
public static TextPainter getInstance()
Returns a unique instance of this class.
-
getTextRuns
public java.util.List getTextRuns(TextNode node, java.text.AttributedCharacterIterator aci)
- Overrides:
getTextRuns
in classStrokingTextPainter
-
-