Class NRPointProperties
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.shape.BasePointProperties
org.web3d.vrml.renderer.norender.nodes.shape.NRPointProperties
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLAppearanceChildNodeType
,VRMLNodeType
,VRMLPointPropertiesNodeType
,NRVRMLNode
- Author:
- terry
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.shape.BasePointProperties
colorMode, FIELD_COLOR_MODE, FIELD_POINTSIZE_ATTENUATION, FIELD_POINTSIZE_MAX_VALUE, FIELD_POINTSIZE_MIN_VALUE, FIELD_POINTSIZE_SCALE_FACTOR, NUM_FIELDS, POINT_COLORMODE, TEXTURE_AND_POINT_COLORMODE, TEXTURE_COLORMODE, vfColorMode, vfPointsizeAttenuation, vfPointsizeMaxValue, vfPointsizeMinValue, vfPointsizeScaleFactor
Fields inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
errorReporter, FIELD_METADATA, fieldLocalData, hasChanged, inSetup, isDEF, isStatic, LAST_NODE_INDEX, layerIds, nodeName, pMetadata, refCounts, removedLayerIds, stateManager, STATIC_SCENE_GRAPH, vfMetadata, vrmlMajorVersion, vrmlMinorVersion
Fields inherited from interface org.web3d.vrml.nodes.VRMLPointPropertiesNodeType
DISABLE_COLOR_MODE, POINT_COLOR_MODE, TEXTURE_AND_POINT_COLOR_MODE, TEXTURE_COLOR_MODE
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorConstruct a new instance of this node based on the details from the given node. -
Method Summary
Modifier and TypeMethodDescriptionint
Accessor method to get current value of field colorMode.Methods inherited from class org.web3d.vrml.renderer.common.nodes.shape.BasePointProperties
getFieldDeclaration, getFieldIndex, getFieldValue, getNodeFieldIndices, getNumFields, getPrimaryType, sendRoute, setColorMode, setColorMode, setPointSizeAttenuation, setPointSizeMax, setPointSizeMin, setPointSizeScale, setValue, setValue, setValue
Methods inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
addNodeListener, allEventsComplete, checkNodeType, checkSecondaryType, checkSecondaryType, clearRemovedLayerIds, fireFieldChanged, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, getSecondaryType, getUserData, getVRMLNodeName, hasFieldChanged, isDEF, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setupFinished, setUserData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVersion, throwInitOnlyWriteException, throwInputOnlyWriteException, throwInvalidNodeException, throwInvalidProtoException, throwOutputOnlyWriteException, updateRefCount, updateRefs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener
allEventsComplete
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.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
-
Constructor Details
-
NRPointProperties
public NRPointProperties()Empty constructor -
NRPointProperties
Construct a new instance of this node based on the details from the given node. If the node is not a LineProperties node, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- The node is not a Group node
-
-
Method Details
-
getColorMode
public int getColorMode()Accessor method to get current value of field colorMode.- Specified by:
getColorMode
in interfaceVRMLPointPropertiesNodeType
- Overrides:
getColorMode
in classBasePointProperties
- Returns:
- The current value of colorMode
-