API Documentation > Classes > Class LightweightGraphicsSimprepLevel
Class LightweightGraphicsSimprepLevel

package com.ptc.wfc.wfcAssembly;

public class
LightweightGraphicsSimprepLevel
implements
jxenum


Description
Specify level of lightweight graphics simprep (3D thumbnail) expansion.
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**
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.
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.
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.
Field Summary
static final int
Integer value of enum value "LWG_SIMPREP_LEVEL_SELECTED"
Expand 3D thumbnail to selected level. **Reserved for future use**
Object value of enum value "LWG_SIMPREP_LEVEL_SELECTED"
Expand 3D thumbnail to selected level. **Reserved for future use**
static final int
Integer value of enum value "LWG_SIMPREP_LEVEL_NEXT"
Expand 3D Thumbnail to next level.
Object value of enum value "LWG_SIMPREP_LEVEL_NEXT"
Expand 3D Thumbnail to next level.
static final int
Integer value of enum value "LWG_SIMPREP_LEVEL_ALL"
Expand 3D Thumbnail to all levels.
Object value of enum value "LWG_SIMPREP_LEVEL_ALL"
Expand 3D Thumbnail to all levels.
static final int
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?