| java.lang.Object javax.swing.text.StyleConstants
StyleConstants | public class StyleConstants (Code) | | |
Method Summary | |
public static int | getAlignment(AttributeSet a) | public static Color | getBackground(AttributeSet a) | public static int | getBidiLevel(AttributeSet a) | public static Component | getComponent(AttributeSet a) | public static float | getFirstLineIndent(AttributeSet a) | public static String | getFontFamily(AttributeSet a) | public static int | getFontSize(AttributeSet a) | public static Color | getForeground(AttributeSet a) | public static Icon | getIcon(AttributeSet a) | public static float | getLeftIndent(AttributeSet a) | public static float | getLineSpacing(AttributeSet a) | public static float | getRightIndent(AttributeSet a) | public static float | getSpaceAbove(AttributeSet a) | public static float | getSpaceBelow(AttributeSet a) | public static TabSet | getTabSet(AttributeSet a) | public static boolean | isBold(AttributeSet a) | public static boolean | isItalic(AttributeSet a) | public static boolean | isStrikeThrough(AttributeSet a) | public static boolean | isSubscript(AttributeSet a) | public static boolean | isSuperscript(AttributeSet a) | public static boolean | isUnderline(AttributeSet a) | public static void | setAlignment(MutableAttributeSet a, int align) | public static void | setBackground(MutableAttributeSet a, Color bg) | public static void | setBidiLevel(MutableAttributeSet a, int o) | public static void | setBold(MutableAttributeSet a, boolean b) | public static void | setComponent(MutableAttributeSet a, Component c) | public static void | setFirstLineIndent(MutableAttributeSet a, float i) | public static void | setFontFamily(MutableAttributeSet a, String fam) | public static void | setFontSize(MutableAttributeSet a, int s) | public static void | setForeground(MutableAttributeSet a, Color fg) | public static void | setIcon(MutableAttributeSet a, Icon c) | public static void | setItalic(MutableAttributeSet a, boolean b) | public static void | setLeftIndent(MutableAttributeSet a, float i) | public static void | setLineSpacing(MutableAttributeSet a, float i) | public static void | setRightIndent(MutableAttributeSet a, float i) | public static void | setSpaceAbove(MutableAttributeSet a, float i) | public static void | setSpaceBelow(MutableAttributeSet a, float i) | public static void | setStrikeThrough(MutableAttributeSet a, boolean b) | public static void | setSubscript(MutableAttributeSet a, boolean b) | public static void | setSuperscript(MutableAttributeSet a, boolean b) | public static void | setTabSet(MutableAttributeSet a, TabSet tabs) | public static void | setUnderline(MutableAttributeSet a, boolean b) | public String | toString() |
ALIGN_CENTER | final public static int ALIGN_CENTER(Code) | | |
ALIGN_JUSTIFIED | final public static int ALIGN_JUSTIFIED(Code) | | |
ALIGN_LEFT | final public static int ALIGN_LEFT(Code) | | |
ALIGN_RIGHT | final public static int ALIGN_RIGHT(Code) | | |
ComponentAttribute | final public static Object ComponentAttribute(Code) | | |
ComponentElementName | final public static String ComponentElementName(Code) | | |
ComposedTextAttribute | final public static Object ComposedTextAttribute(Code) | | |
FirstLineIndent | final public static Object FirstLineIndent(Code) | | |
IconElementName | final public static String IconElementName(Code) | | |
ModelAttribute | final public static Object ModelAttribute(Code) | | |
ResolveAttribute | final public static Object ResolveAttribute(Code) | | |
|
|