| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--com.sun.java.swing.text.StyleConstants.FontConstants
| Field Summary | |
| static java.lang.Object | Bold
Name of the bold attribute. |
| static java.lang.Object | Family
Name of the font family. |
| static java.lang.Object | Italic
Name of the italic attribute. |
| static java.lang.Object | Size
Name of the font size. |
| Method Summary | |
| java.lang.String | toString()
Returns the string representation. |
| Methods inherited from class java.lang.Object | |
| clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait | |
| Field Detail |
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
| Method Detail |
public java.lang.String toString()
| Overview | Package | Class | Tree | Deprecated | Index | Help |
Java Platform 1.1.7 |
||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||