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
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charstatic final charstatic final charstatic final charFields inherited from class 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_ANGLEFields inherited from interface 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 GlyphLayout
addPtsToPath, adjustTextSpacing, applyStretchTransform, doExplicitGlyphLayout, doPathLayout, doSpacing, draw, epsEQ, getAciIndex, 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)
-