Package org.web3d.x3d.sai
Interface X3DDragSensorNode
- All Superinterfaces:
X3DChildNode,X3DNode,X3DPointingDeviceSensorNode,X3DSensorNode
- All Known Subinterfaces:
CylinderSensor,PlaneSensor,SphereSensor
- All Known Implementing Classes:
SAICylinderSensor,SAICylinderSensor,SAIPlaneSensor,SAIPlaneSensor,SAISphereSensor,SAISphereSensor
Defines the requirements of an X3DDragSensorNode abstract node type
- Version:
- $Revision: 1.3 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the autoOffset boolean value.voidgetTrackPoint(float[] val) Return the trackPoint value in the argument float[]voidsetAutoOffset(boolean val) Set the autoOffset field.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
-
getAutoOffset
boolean getAutoOffset()Return the autoOffset boolean value.- Returns:
- The autoOffset boolean value.
-
setAutoOffset
void setAutoOffset(boolean val) Set the autoOffset field.- Parameters:
val- The boolean to set.
-
getTrackPoint
void getTrackPoint(float[] val) Return the trackPoint value in the argument float[]- Parameters:
val- The float[] to initialize.
-