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.Object
Helper class to collect information about one Glyph in the GlyphVector
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
characterIndex
(package private) int
glyphIndexEnd
(package private) int
glyphIndexStart
(package private) TextSpanLayout
layout
-
Constructor Summary
Constructors Modifier Constructor Description protected
CharacterInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getComputedOrientationAngle()
boolean
isVertical()
-
-
-
Field Detail
-
layout
TextSpanLayout layout
-
glyphIndexStart
int glyphIndexStart
-
glyphIndexEnd
int glyphIndexEnd
-
characterIndex
int characterIndex
-
-