Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.font.TextAttribute

Uses of TextAttribute in java.awt.font
 

Fields in java.awt.font declared as TextAttribute
static TextAttribute TextAttribute.BACKGROUND
          A key for the background paint attribute.
static TextAttribute TextAttribute.BIDI_EMBEDDING
          A key for the BIDI_EMBEDDING attribute.
static TextAttribute TextAttribute.CHAR_REPLACEMENT
          A key for the CHAR_REPLACEMENT attribute.
static TextAttribute TextAttribute.FAMILY
          A key for the FAMILY attribute.
static TextAttribute TextAttribute.FONT
          A key for the font attribute.
static TextAttribute TextAttribute.FOREGROUND
          A key for the foreground paint attribute.
static TextAttribute TextAttribute.INPUT_METHOD_HIGHLIGHT
          A key for the INPUT_METHOD_HIGHLIGHT attribute.
static TextAttribute TextAttribute.INPUT_METHOD_UNDERLINE
          A key for the INPUT_METHOD_UNDERLINE attribute.
static TextAttribute TextAttribute.JUSTIFICATION
          A key for the text justification attribute.
static TextAttribute TextAttribute.NUMERIC_SHAPING
          A key for the NUMERIC_SHAPING attribute.
static TextAttribute TextAttribute.POSTURE
          A key for the POSTURE attribute.
static TextAttribute TextAttribute.RUN_DIRECTION
          A key for the RUN_DIRECTION attribute.
static TextAttribute TextAttribute.SIZE
          A key for the text size attribute.
static TextAttribute TextAttribute.STRIKETHROUGH
          A key for the STRIKETHROUGH attribute.
static TextAttribute TextAttribute.SUPERSCRIPT
          A key for the SUPERSCRIPT attribute.
static TextAttribute TextAttribute.SWAP_COLORS
          A key for the SWAP_COLORS attribute.
static TextAttribute TextAttribute.TRANSFORM
          A key for the TRANFORM attribute.
static TextAttribute TextAttribute.UNDERLINE
          A key for the UNDERLINE attribute.
static TextAttribute TextAttribute.WEIGHT
          A key for the WEIGHT attribute.
static TextAttribute TextAttribute.WIDTH
          A key for the WIDTH attribute.