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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleRetrieve the orientation angle for the GlyphbooleanIndicates is the glyph is vertical
-
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
-