Interface X3DPointingDeviceSensorNode
- All Superinterfaces:
- X3DChildNode,- X3DNode,- X3DSensorNode
- All Known Subinterfaces:
- CylinderSensor,- GeoTouchSensor,- PlaneSensor,- SphereSensor,- TouchSensor,- X3DDragSensorNode,- X3DTouchSensorNode
- All Known Implementing Classes:
- CylinderSensor,- GeoTouchSensor,- PlaneSensor,- SphereSensor,- TouchSensor
Base type for all pointing device sensors.
 
 
 
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionProvide String value from inputOutput SFString field named description.booleanProvide boolean value from inputOutput SFBool field named enabled.booleanProvide boolean value from outputOnly SFBool field named isActive.booleanProvide boolean value from outputOnly SFBool field named isOver.Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.setDescription(String newValue) Accessor method to assign String value to inputOutput SFString field named description.setEnabled(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
- 
Method Details- 
getDescriptionString getDescription()Provide String value from inputOutput SFString field named description.- Specified by:
- getDescriptionin interface- X3DSensorNode
- Returns:
- value of description field
 
- 
setDescriptionAccessor method to assign String value to inputOutput SFString field named description.- Specified by:
- setDescriptionin interface- X3DSensorNode
- Parameters:
- newValue- is new value for the description field.
- Returns:
- X3DPointingDeviceSensorNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
 
- 
getEnabledboolean getEnabled()Provide boolean value from inputOutput SFBool field named enabled.- Specified by:
- getEnabledin interface- X3DSensorNode
- Returns:
- value of enabled field
 
- 
setEnabledAccessor method to assign boolean value to inputOutput SFBool field named enabled.- Specified by:
- setEnabledin interface- X3DSensorNode
- Parameters:
- newValue- is new value for the enabled field.
- Returns:
- X3DPointingDeviceSensorNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
 
- 
getIsActiveboolean getIsActive()Provide boolean value from outputOnly SFBool field named isActive.- Specified by:
- getIsActivein interface- X3DSensorNode
- Returns:
- value of isActive field
 
- 
getIsOverboolean getIsOver()Provide boolean value from outputOnly SFBool field named isOver.- Returns:
- value of isOver field
 
- 
getMetadataX3DMetadataObject getMetadata()Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.- Specified by:
- getMetadatain interface- X3DChildNode
- Specified by:
- getMetadatain interface- X3DNode
- Specified by:
- getMetadatain interface- X3DSensorNode
- Returns:
- value of metadata field
- See Also:
 
- 
setMetadataAccessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.- Specified by:
- setMetadatain interface- X3DChildNode
- Specified by:
- setMetadatain interface- X3DNode
- Specified by:
- setMetadatain interface- X3DSensorNode
- Parameters:
- newValue- is new value for the metadata field.
- Returns:
- X3DPointingDeviceSensorNode- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
- See Also:
 
 
-