| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FONT_STYLE_CONDENSED
Integer value of enum value "FONT_STYLE_CONDENSED" |
| static final FontStyle | FONT_STYLE_CONDENSED
Object value of enum value "FONT_STYLE_CONDENSED" |
| static final int | _FONT_STYLE_BOLD
Integer value of enum value "FONT_STYLE_BOLD" |
| static final FontStyle | FONT_STYLE_BOLD
Object value of enum value "FONT_STYLE_BOLD" |
| static final int | _FONT_STYLE_UNDERLINED
Integer value of enum value "FONT_STYLE_UNDERLINED" |
| static final FontStyle | FONT_STYLE_UNDERLINED
Object value of enum value "FONT_STYLE_UNDERLINED" |
| static final int | _FONT_STYLE_ITALIC
Integer value of enum value "FONT_STYLE_ITALIC" |
| static final FontStyle | FONT_STYLE_ITALIC
Object value of enum value "FONT_STYLE_ITALIC" |
| static final int | _FONT_STYLE_REGULAR
Integer value of enum value "FONT_STYLE_REGULAR" |
| static final FontStyle | FONT_STYLE_REGULAR
Object value of enum value "FONT_STYLE_REGULAR" |
| static final int | _FontStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static FontStyle | FromInt
(int value)
Creates enum object from an integer. |
| static FontStyle | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static FontStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static FontStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|