org.apache.batik.gvt.flow
public class FlowTextPainter extends StrokingTextPainter
Field Summary | |
---|---|
static Attribute | FLOW_LINE_BREAK |
static Attribute | FLOW_REGIONS |
static Attribute | GVT_FONT |
static Attribute | LINE_HEIGHT |
protected static TextPainter | singleton
A unique instance of this class. |
protected static Set | szAtts |
static char | SOFT_HYPHEN |
static char | SPACE |
static Attribute | WORD_LIMIT |
static char | ZERO_WIDTH_JOINER |
static char | ZERO_WIDTH_SPACE |
Method Summary | |
---|---|
static TextPainter | getInstance()
Returns a unique instance of this class. |
List | getTextRuns(TextNode node, AttributedCharacterIterator aci) |
static boolean | textWrap(AttributedCharacterIterator[] acis, List chunkLayouts, List flowRects, FontRenderContext frc) |