Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLPointPropertiesNodeType

All Superinterfaces:
FrameStateListener, VRMLAppearanceChildNodeType, VRMLNode, VRMLNodeType

public interface VRMLPointPropertiesNodeType
extends VRMLAppearanceChildNodeType

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

DISABLE_COLOR_MODE

static final int DISABLE_COLOR_MODE
Constant used to set the fog type to disabled.

See Also:
Constant Field Values

TEXTURE_COLOR_MODE

static final int TEXTURE_COLOR_MODE
Constant used to set the color mode to texture mode.

See Also:
Constant Field Values

POINT_COLOR_MODE

static final int POINT_COLOR_MODE
Constant used to set the color mode to point mode.

See Also:
Constant Field Values

TEXTURE_AND_POINT_COLOR_MODE

static final int TEXTURE_AND_POINT_COLOR_MODE
Constant used to set the color mode to point and texture mode.

See Also:
Constant Field Values
Method Detail

setColorMode

void setColorMode(java.lang.String newColorMode)
                  throws InvalidFieldValueException
Accessor method to set a new value for field colorMode.

Parameters:
newColorMode - The new value of colorMode
Throws:
InvalidFieldValueException

getColorMode

int getColorMode()
Accessor method to get current value of field colorMode.

Returns:
The current value of colorMode

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium