Package org.web3d.x3d.sai
Interface X3DTouchSensorNode
- All Superinterfaces:
X3DChildNode,X3DNode,X3DPointingDeviceSensorNode,X3DSensorNode
- All Known Subinterfaces:
GeoTouchSensor,TouchSensor
- All Known Implementing Classes:
SAIGeoTouchSensor,SAIGeoTouchSensor,SAITouchSensor,SAITouchSensor
Defines the requirements of an X3DTouchSensorNode abstract node type
- Version:
- $Revision: 1.3 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DPointingDeviceSensorNode
getDescription, getIsOver, setDescriptionMethods inherited from interface org.web3d.x3d.sai.X3DSensorNode
getEnabled, getIsActive, setEnabled
-
Method Details
-
getTouchTime
double getTouchTime()Return the touchTime double value.- Returns:
- The touchTime double value.
-