Class GVTAttributedCharacterIterator.TextAttribute

java.lang.Object
java.text.AttributedCharacterIterator.Attribute
org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute
All Implemented Interfaces:
Serializable
Enclosing interface:
GVTAttributedCharacterIterator

public static class GVTAttributedCharacterIterator.TextAttribute extends AttributedCharacterIterator.Attribute
Attribute keys that identify SVG text attributes. Anchor point for attribute values of X, Y, and ROTATION is determined by the character's font and other attributes. We duplicate the features of java.awt.font.TextAttribute rather than subclassing because java.awt.font.TextAttribute is final.
See Also: