Class NRGeoTouchSensor
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.BaseSensorNode
org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTouchSensor
org.web3d.vrml.renderer.norender.nodes.geospatial.NRGeoTouchSensor
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLChildNodeType
,VRMLNodeType
,VRMLPointingDeviceSensorNodeType
,VRMLSensorNodeType
,VRMLTouchSensorNodeType
,VRMLWorldRootChildNodeType
,NRVRMLNode
,OriginListener
NoRender implementation of an GeoTouchSensor
- Version:
- $Revision: 1.1 $
- Author:
- Justin Couch
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTouchSensor
FIELD_DESCRIPTION, FIELD_GEO_ORIGIN, FIELD_GEO_SYSTEM, FIELD_HITGEOCOORD_CHANGED, FIELD_HITNORMAL_CHANGED, FIELD_HITPOINT_CHANGED, FIELD_HITTEXCOORD_CHANGED, FIELD_IS_OVER, FIELD_TOUCH_TIME, LAST_TOUCHSENSOR_INDEX, local_origin, NUM_FIELDS, originManager, pGeoOrigin, useOriginManager, vfDescription, vfGeoOrigin, vfGeoSystem, vfHitGeoCoordChanged, vfHitNormalChanged, vfHitPointChanged, vfHitTexCoordChanged, vfIsOver, vfTouchTime
Fields inherited from class org.web3d.vrml.renderer.common.nodes.BaseSensorNode
FIELD_ENABLED, FIELD_IS_ACTIVE, LAST_SENSOR_INDEX, vfEnabled, vfIsActive
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
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorNRGeoTouchSensor
(VRMLNodeType node) Construct a new instance of this node based on the details from the given node. -
Method Summary
Methods inherited from class org.web3d.vrml.renderer.common.nodes.geospatial.BaseGeoTouchSensor
getDescription, getFieldDeclaration, getFieldIndex, getFieldValue, getIsOver, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, notifyHitChanged, notifyPressed, notifyReleased, originChanged, requiresPointOnly, sendRoute, setDescription, setIsOver, setupFinished, setValue, setValue, setValue
Methods inherited from class org.web3d.vrml.renderer.common.nodes.BaseSensorNode
copy, getEnabled, getIsActive, setEnabled, setValue
Methods inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
addNodeListener, allEventsComplete, checkNodeType, checkSecondaryType, checkSecondaryType, clearRemovedLayerIds, fireFieldChanged, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, getUserData, getVRMLNodeName, hasFieldChanged, isDEF, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setUserData, 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
Methods inherited from interface org.web3d.vrml.nodes.VRMLSensorNodeType
getEnabled, getIsActive, setEnabled
-
Constructor Details
-
NRGeoTouchSensor
public NRGeoTouchSensor()Default constructor -
NRGeoTouchSensor
Construct a new instance of this node based on the details from the given node. If the node is not the same type, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- Incorrect Node Type
-