Package org.apache.batik.bridge
Class FlowGlyphLayout
java.lang.Object
org.apache.batik.bridge.GlyphLayout
org.apache.batik.bridge.FlowGlyphLayout
- All Implemented Interfaces:
TextSpanLayout
One line Class Desc
Complete Class Desc
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
static final char
static final char
static final char
Fields inherited from class org.apache.batik.bridge.GlyphLayout
advance, eps, FLOW_EMPTY_PARAGRAPH, FLOW_LINE_BREAK, FLOW_PARAGRAPH, gv, GVT_FONT, HORIZONTAL_ORIENTATION_ANGLE, layoutApplied, LINE_HEIGHT, runAtts, szAtts, VERTICAL_ORIENTATION, VERTICAL_ORIENTATION_ANGLE
Fields inherited from interface org.apache.batik.bridge.TextSpanLayout
DECORATION_ALL, DECORATION_OVERLINE, DECORATION_STRIKETHROUGH, DECORATION_UNDERLINE
-
Constructor Summary
ConstructorsConstructorDescriptionFlowGlyphLayout
(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc) -
Method Summary
Methods inherited from class org.apache.batik.bridge.GlyphLayout
addPtsToPath, adjustTextSpacing, applyStretchTransform, doExplicitGlyphLayout, doPathLayout, doSpacing, draw, epsEQ, getAdvance2D, getBounds2D, getCharacterCount, getComputedOrientationAngle, getDecorationOutline, getFont, getGeometricBounds, getGlyphAdvances, getGlyphCount, getGlyphIndex, getGlyphMetrics, getGlyphOrientationAngle, getGlyphVector, getHighlightShape, getLastGlyphIndex, getLineMetrics, getOffset, getOutline, getOverlineShape, getStrikethroughShape, getTextPathAdvance, getUnderlineShape, hasCharacterIndex, hitTestChar, isAltGlyph, isGlyphOrientationAuto, isLatinChar, isLeftToRight, isOnATextPath, isReversed, isVertical, makeConvexHull, maybeReverse, mergeAreas, setOffset, setScale
-
Field Details
-
SOFT_HYPHEN
public static final char SOFT_HYPHEN- See Also:
-
ZERO_WIDTH_SPACE
public static final char ZERO_WIDTH_SPACE- See Also:
-
ZERO_WIDTH_JOINER
public static final char ZERO_WIDTH_JOINER- See Also:
-
SPACE
public static final char SPACE- See Also:
-
-
Constructor Details
-
FlowGlyphLayout
public FlowGlyphLayout(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc)
-