|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.StyleConstants | +--javax.swing.text.StyleConstants.CharacterConstants
This is a typesafe enumeration of the well-known attributes that contribute to a character style. These are aliased by the outer class for general presentation.
Inner classes inherited from class javax.swing.text.StyleConstants |
StyleConstants.CharacterConstants,
StyleConstants.ColorConstants,
StyleConstants.FontConstants,
StyleConstants.ParagraphConstants |
Field Summary | |
static java.lang.Object |
Background
Name of the background color attribute. |
static java.lang.Object |
BidiLevel
Bidirectional level of a character as assigned by the Unicode bidi algorithm. |
static java.lang.Object |
Bold
Name of the bold attribute. |
static java.lang.Object |
ComponentAttribute
Name of the component attribute. |
static java.lang.Object |
Family
Name of the font family. |
static java.lang.Object |
Foreground
Name of the foreground color attribute. |
static java.lang.Object |
IconAttribute
Name of the icon attribute. |
static java.lang.Object |
Italic
Name of the italic attribute. |
static java.lang.Object |
Size
Name of the font size. |
static java.lang.Object |
StrikeThrough
Name of the strikethrough attribute. |
static java.lang.Object |
Subscript
Name of the subscript attribute. |
static java.lang.Object |
Superscript
Name of the superscript attribute. |
static java.lang.Object |
Underline
Name of the underline attribute. |
Fields inherited from class javax.swing.text.StyleConstants |
ALIGN_CENTER,
ALIGN_JUSTIFIED,
ALIGN_LEFT,
ALIGN_RIGHT,
Alignment,
Background,
BidiLevel,
Bold,
ComponentAttribute,
ComponentElementName,
ComposedTextAttribute,
FirstLineIndent,
FontFamily,
FontSize,
Foreground,
IconAttribute,
IconElementName,
Italic,
LeftIndent,
LineSpacing,
ModelAttribute,
NameAttribute,
Orientation,
ResolveAttribute,
RightIndent,
SpaceAbove,
SpaceBelow,
StrikeThrough,
Subscript,
Superscript,
TabSet,
Underline |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.Object Underline
public static final java.lang.Object StrikeThrough
public static final java.lang.Object Superscript
public static final java.lang.Object Subscript
public static final java.lang.Object ComponentAttribute
public static final java.lang.Object IconAttribute
public static final java.lang.Object BidiLevel
public static final java.lang.Object Family
public static final java.lang.Object Size
public static final java.lang.Object Bold
public static final java.lang.Object Italic
public static final java.lang.Object Foreground
public static final java.lang.Object Background
|
Swing 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |