| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| org.web3d.x3d.sai.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.sai.PointingDeviceSensor |
Pointing device sensor nodes detect pointing events from user-interface devices, defining
activities such as a user selecting a piece of geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeoTouchSensorObject
X3D node tooltip: [X3DTouchSensorNode] GeoTouchSensor returns geographic coordinates for the object being selected.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CylinderSensorObject
X3D node tooltip: [X3DDragSensorNode] CylinderSensor converts pointer motion (for example, a mouse or wand) into rotation values using an invisible cylinder aligned with local Y-axis.
|
class |
PlaneSensorObject
X3D node tooltip: [X3DDragSensorNode] PlaneSensor converts pointing device motion into 2D translation parallel to the local Z=0 plane.
|
class |
SphereSensorObject
X3D node tooltip: [X3DDragSensorNode] SphereSensor converts pointing device motion into a spherical rotation about the origin of the local coordinate system.
|
class |
TouchSensorObject
X3D node tooltip: [X3DTouchSensorNode] TouchSensor tracks location and state of the pointing device, detecting when a user points at or selects (activates) geometry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GeoTouchSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CylinderSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PlaneSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
SphereSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TouchSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
X3DDragSensorNode
Base type for all drag-style pointing device sensors.
|
interface |
X3DTouchSensorNode
Base type for all touch-style pointing device sensors.
|
| Modifier and Type | Method and Description |
|---|---|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DPointingDeviceSensorNode |
X3DPointingDeviceSensorNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.