KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > TextAttribute

java.awt.font
Class TextAttribute

java.lang.Object
  extended by java.text.AttributedCharacterIterator.Attribute
      extended by java.awt.font.TextAttribute
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, AttributedCharacterIterator, Font

public static final TextAttribute BACKGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute BIDI_EMBEDDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute CHAR_REPLACEMENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute FAMILY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute FONT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute FOREGROUND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute INPUT_METHOD_HIGHLIGHT
See Also:
InputMethodHighlight, Annotation
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute JUSTIFICATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float JUSTIFICATION_FULL
See Also:
JUSTIFICATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float JUSTIFICATION_NONE
See Also:
JUSTIFICATION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute NUMERIC_SHAPING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute POSTURE
See Also:
Font.getItalicAngle()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float POSTURE_OBLIQUE
See Also:
POSTURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float POSTURE_REGULAR
See Also:
POSTURE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Object readResolve()
                      throws InvalidObjectException
See Also:
AttributedCharacterIterator.Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute RUN_DIRECTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Boolean RUN_DIRECTION_LTR
See Also:
RUN_DIRECTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Boolean RUN_DIRECTION_RTL
See Also:
RUN_DIRECTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute SIZE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute STRIKETHROUGH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Boolean STRIKETHROUGH_ON
See Also:
STRIKETHROUGH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute SUPERSCRIPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer SUPERSCRIPT_SUB
See Also:
SUPERSCRIPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer SUPERSCRIPT_SUPER
See Also:
SUPERSCRIPT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute SWAP_COLORS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Boolean SWAP_COLORS_ON
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected TextAttribute(String name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute TRANSFORM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_LOW_DASHED
See Also:
INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_LOW_DOTTED
See Also:
INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_LOW_GRAY
See Also:
INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_LOW_ONE_PIXEL
See Also:
INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_LOW_TWO_PIXEL
See Also:
INPUT_METHOD_UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Integer UNDERLINE_ON
See Also:
UNDERLINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_BOLD
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_DEMIBOLD
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_DEMILIGHT
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_EXTRABOLD
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_EXTRA_LIGHT
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_HEAVY
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_LIGHT
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_MEDIUM
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_REGULAR
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_SEMIBOLD
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WEIGHT_ULTRABOLD
See Also:
WEIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final TextAttribute WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WIDTH_CONDENSED
See Also:
WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WIDTH_EXTENDED
See Also:
WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WIDTH_REGULAR
See Also:
WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WIDTH_SEMI_CONDENSED
See Also:
WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final Float WIDTH_SEMI_EXTENDED
See Also:
WIDTH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags