org.apache.batik.bridge
Class FlowTextPainter
java.lang.Object
org.apache.batik.bridge.BasicTextPainter
org.apache.batik.bridge.StrokingTextPainter
org.apache.batik.bridge.FlowTextPainter
- All Implemented Interfaces:
- TextPainter
public class FlowTextPainter
- extends StrokingTextPainter
One line Class Desc
Complete Class Desc
Fields inherited from class org.apache.batik.bridge.StrokingTextPainter |
ADJUST_ALL, ADJUST_SPACING, ALT_GLYPH_HANDLER, ANCHOR_TYPE, BIDI_LEVEL, FLOW_PARAGRAPH, GVT_FONTS, PAINT_INFO, TEXT_COMPOUND_ID, TEXTPATH, WRITING_MODE, WRITING_MODE_RTL, WRITING_MODE_TTB, XPOS, YPOS |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
singleton
protected static TextPainter singleton
- A unique instance of this class.
SOFT_HYPHEN
public static final char SOFT_HYPHEN
- See Also:
- Constant Field Values
ZERO_WIDTH_SPACE
public static final char ZERO_WIDTH_SPACE
- See Also:
- Constant Field Values
ZERO_WIDTH_JOINER
public static final char ZERO_WIDTH_JOINER
- See Also:
- Constant Field Values
SPACE
public static final char SPACE
- See Also:
- Constant Field Values
WORD_LIMIT
public static final AttributedCharacterIterator.Attribute WORD_LIMIT
FLOW_REGIONS
public static final AttributedCharacterIterator.Attribute FLOW_REGIONS
FLOW_LINE_BREAK
public static final AttributedCharacterIterator.Attribute FLOW_LINE_BREAK
LINE_HEIGHT
public static final AttributedCharacterIterator.Attribute LINE_HEIGHT
GVT_FONT
public static final AttributedCharacterIterator.Attribute GVT_FONT
szAtts
protected static Set szAtts
FlowTextPainter
public FlowTextPainter()
getInstance
public static TextPainter getInstance()
- Returns a unique instance of this class.
getTextRuns
public List getTextRuns(TextNode node,
AttributedCharacterIterator aci)
- Overrides:
getTextRuns
in class StrokingTextPainter
textWrap
public static boolean textWrap(AttributedCharacterIterator[] acis,
List chunkLayouts,
List flowRects,
FontRenderContext frc)
Copyright © 2017 Apache Software Foundation. All Rights Reserved.