Package org.apache.batik.bridge
Class SVGTextElementBridge.CharacterInformation
- java.lang.Object
-
- org.apache.batik.bridge.SVGTextElementBridge.CharacterInformation
-
- Enclosing class:
- SVGTextElementBridge
protected static class SVGTextElementBridge.CharacterInformation extends java.lang.ObjectHelper class to collect information about one Glyph in the GlyphVector
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcharacterIndex(package private) intglyphIndexEnd(package private) intglyphIndexStart(package private) TextSpanLayoutlayout
-
Constructor Summary
Constructors Modifier Constructor Description protectedCharacterInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetComputedOrientationAngle()booleanisVertical()
-
-
-
Field Detail
-
layout
TextSpanLayout layout
-
glyphIndexStart
int glyphIndexStart
-
glyphIndexEnd
int glyphIndexEnd
-
characterIndex
int characterIndex
-
-