Package org.web3d.x3d.sai
Interface X3DPointingDeviceSensorNode
- All Superinterfaces:
X3DChildNode
,X3DNode
,X3DSensorNode
- All Known Subinterfaces:
CylinderSensor
,GeoTouchSensor
,PlaneSensor
,SphereSensor
,TouchSensor
,X3DDragSensorNode
,X3DTouchSensorNode
- All Known Implementing Classes:
SAICylinderSensor
,SAICylinderSensor
,SAIGeoTouchSensor
,SAIGeoTouchSensor
,SAIPlaneSensor
,SAIPlaneSensor
,SAISphereSensor
,SAISphereSensor
,SAITouchSensor
,SAITouchSensor
Defines the requirements of an X3DPointingDeviceSensorNode abstract node type
- Version:
- $Revision: 1.3 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionReturn the description String value.boolean
Return the isOver boolean value.void
setDescription
(String val) Set the description field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getIsOver
boolean getIsOver()Return the isOver boolean value.- Returns:
- The isOver boolean value.
-
getDescription
-
setDescription
-