|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VRMLPointPropertiesNodeType
Node specifies point properties for point set.
| Field Summary | |
|---|---|
static int |
DISABLE_COLOR_MODE
Constant used to set the fog type to disabled. |
static int |
POINT_COLOR_MODE
Constant used to set the color mode to point mode. |
static int |
TEXTURE_AND_POINT_COLOR_MODE
Constant used to set the color mode to point and texture mode. |
static int |
TEXTURE_COLOR_MODE
Constant used to set the color mode to texture mode. |
| Method Summary | |
|---|---|
int |
getColorMode()
Accessor method to get current value of field colorMode. |
void |
setColorMode(java.lang.String newColorMode)
Accessor method to set a new value for field colorMode. |
| Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType |
|---|
addNodeListener, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount |
| Methods inherited from interface org.web3d.vrml.lang.VRMLNode |
|---|
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion |
| Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener |
|---|
allEventsComplete |
| Field Detail |
|---|
static final int DISABLE_COLOR_MODE
static final int TEXTURE_COLOR_MODE
static final int POINT_COLOR_MODE
static final int TEXTURE_AND_POINT_COLOR_MODE
| Method Detail |
|---|
void setColorMode(java.lang.String newColorMode)
throws InvalidFieldValueException
newColorMode - The new value of colorMode
InvalidFieldValueExceptionint getColorMode()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||