| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _FONT_ASME
Integer value of enum value "FONT_ASME" |
| static final SymbolFont | FONT_ASME
Object value of enum value "FONT_ASME" |
| static final int | _FONT_ISO
Integer value of enum value "FONT_ISO" |
| static final SymbolFont | FONT_ISO
Object value of enum value "FONT_ISO" |
| static final int | _FONT_LEGACY
Integer value of enum value "FONT_LEGACY" |
| static final SymbolFont | FONT_LEGACY
Object value of enum value "FONT_LEGACY" |
| static final int | _SymbolFont_null
Enum null value. |
| Method Summary | |
|---|---|
| static SymbolFont | FromInt
(int value)
Creates enum object from an integer. |
| static SymbolFont | 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 SymbolFont | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SymbolFont | FromInt | (Integer value) |
Creates enum object from an integer object.
|