javax.swing.text
public static class StyleConstants.CharacterConstants extends StyleConstants implements AttributeSet.CharacterAttribute
Field Summary | |
---|---|
static Object | Background An alias for {@link ColorConstants#Background}. |
static Object | BidiLevel A key for the bidi level character attribute. |
static Object | Bold An alias for {@link FontConstants#Bold}. |
static Object | ComponentAttribute A key for the component character attribute. |
static Object | Family An alias for {@link FontConstants#Family}. |
static Object | Foreground An alias for {@link ColorConstants#Foreground}. |
static Object | IconAttribute A key for the icon character attribute. |
static Object | Italic A key for the italic character attribute. |
static Object | Size An alias for {@link FontConstants#Size}. |
static Object | StrikeThrough A key for the strike through character attribute. |
static Object | Subscript A key for the subscript character attribute. |
static Object | Superscript A key for the superscript character attribute. |
static Object | Underline A key for the underline character attribute. |