| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _SYMDEF_FIXED
Integer value of enum value "SYMDEF_FIXED" Symbol height is fixed. |
| static final SymbolDefHeight | SYMDEF_FIXED
Object value of enum value "SYMDEF_FIXED" Symbol height is fixed. |
| static final int | _SYMDEF_VARIABLE
Integer value of enum value "SYMDEF_VARIABLE" Symbol height is variable. |
| static final SymbolDefHeight | SYMDEF_VARIABLE
Object value of enum value "SYMDEF_VARIABLE" Symbol height is variable. |
| static final int | _SYMDEF_RELATIVE_TO_TEXT
Integer value of enum value "SYMDEF_RELATIVE_TO_TEXT" Symbol height is determined relative to the text height. |
| static final SymbolDefHeight | SYMDEF_RELATIVE_TO_TEXT
Object value of enum value "SYMDEF_RELATIVE_TO_TEXT" Symbol height is determined relative to the text height. |
| static final int | _SYMDEF_MODEL_UNITS
Integer value of enum value "SYMDEF_MODEL_UNITS" |
| static final SymbolDefHeight | SYMDEF_MODEL_UNITS
Object value of enum value "SYMDEF_MODEL_UNITS" |
| static final int | _SymbolDefHeight_null
Enum null value. |
| Method Summary | |
|---|---|
| static SymbolDefHeight | FromInt
(int value)
Creates enum object from an integer. |
| static SymbolDefHeight | 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 SymbolDefHeight | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static SymbolDefHeight | FromInt | (Integer value) |
Creates enum object from an integer object.
|