Class GVTAttributedCharacterIterator.TextAttribute

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    GVTAttributedCharacterIterator

    public static class GVTAttributedCharacterIterator.TextAttribute
    extends java.text.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:
    Serialized Form