| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _LWG_SIMPREP_LEVEL_SELECTED
Integer value of enum value "LWG_SIMPREP_LEVEL_SELECTED" Expand 3D thumbnail to selected level. **Reserved for future use** |
| static final LightweightGraphicsSimprepLevel | LWG_SIMPREP_LEVEL_SELECTED
Object value of enum value "LWG_SIMPREP_LEVEL_SELECTED" Expand 3D thumbnail to selected level. **Reserved for future use** |
| static final int | _LWG_SIMPREP_LEVEL_NEXT
Integer value of enum value "LWG_SIMPREP_LEVEL_NEXT" Expand 3D Thumbnail to next level. |
| static final LightweightGraphicsSimprepLevel | LWG_SIMPREP_LEVEL_NEXT
Object value of enum value "LWG_SIMPREP_LEVEL_NEXT" Expand 3D Thumbnail to next level. |
| static final int | _LWG_SIMPREP_LEVEL_ALL
Integer value of enum value "LWG_SIMPREP_LEVEL_ALL" Expand 3D Thumbnail to all levels. |
| static final LightweightGraphicsSimprepLevel | LWG_SIMPREP_LEVEL_ALL
Object value of enum value "LWG_SIMPREP_LEVEL_ALL" Expand 3D Thumbnail to all levels. |
| static final int | _LightweightGraphicsSimprepLevel_null
Enum null value. |
| Method Summary | |
|---|---|
| static LightweightGraphicsSimprepLevel | FromInt
(int value)
Creates enum object from an integer. |
| static LightweightGraphicsSimprepLevel | 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 LightweightGraphicsSimprepLevel | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static LightweightGraphicsSimprepLevel | FromInt | (Integer value) |
Creates enum object from an integer object.
|