Class SVGTextElementBridge.CharacterInformation
java.lang.Object
org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
- Enclosing class:
SVGTextElementBridge
Helper class to collect information about one Glyph
in the GlyphVector
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intCharacter index in the ACI.(package private) int(package private) intGlyphIndex in the vector(package private) TextSpanLayoutlayout associated to the Glyph -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleRetrieve the orientation angle for the GlyphbooleanIndicates is the glyph is vertical
-
Field Details
-
layout
TextSpanLayout layoutlayout associated to the Glyph -
glyphIndexStart
int glyphIndexStartGlyphIndex in the vector -
glyphIndexEnd
int glyphIndexEnd -
characterIndex
int characterIndexCharacter index in the ACI.
-
-
Constructor Details
-
CharacterInformation
protected CharacterInformation()
-
-
Method Details
-
isVertical
public boolean isVertical()Indicates is the glyph is vertical -
getComputedOrientationAngle
public double getComputedOrientationAngle()Retrieve the orientation angle for the Glyph
-