Uses of Class
org.apache.batik.gvt.text.GVTAttributedCharacterIterator.TextAttribute

Packages that use GVTAttributedCharacterIterator.TextAttribute
org.apache.batik.gvt.text   
 

Uses of GVTAttributedCharacterIterator.TextAttribute in org.apache.batik.gvt.text
 

Fields in org.apache.batik.gvt.text declared as GVTAttributedCharacterIterator.TextAttribute
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.X
          User-space X coordinate for character.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.Y
          User-space Y coordinate for character.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.ROTATION
          Rotation for character, in degrees.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.OPACITY
          Overall opacity of rendered text.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.STROKE
          Stroke used to paint character outline.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.STROKE_PAINT
          Paint used to stroke character outline
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.UNDERLINE
          Underline flag for character.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.OVERLINE
          Overline flag for character.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.UNDERLINE_STROKE
          Stroke used to paint character underline.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.UNDERLINE_PAINT
          Paint used to fill character underline.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.UNDERLINE_STROKE_PAINT
          Paint used to stroke character outline for underline.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.STRIKETHROUGH
          Flag indicating that chars are to be "struck through"
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.BBOX_WIDTH
          Author-expected width for bounding box containing all text string glyphs.
static GVTAttributedCharacterIterator.TextAttribute GVTAttributedCharacterIterator.TextAttribute.FONT_VARIANT
          Font variant to be used for this character span.
 

Methods in org.apache.batik.gvt.text with parameters of type GVTAttributedCharacterIterator.TextAttribute
 void GVTAttributedCharacterIterator.setAttributeArray(GVTAttributedCharacterIterator.TextAttribute attr, java.lang.Object[] attValues, int beginIndex, int endIndex)
          Sets values of a per-character attribute associated with the content string.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.