| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| org.web3d.x3d.sai.Followers |
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter
transitions at run time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorChaserObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] ColorChaser generates a series of SFColor values that progressively change from initial value to destination value.
|
class |
CoordinateChaserObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] CoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value.
|
class |
OrientationChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] OrientationChaser generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
class |
PositionChaser2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] PositionChaser2D generates a series of 2D position values that progressively change from initial value to destination value.
|
class |
PositionChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] PositionChaser generates a series of position values that progressively change from initial value to destination value.
|
class |
ScalarChaserObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChaserNode] ScalarChaser generates a series of single floating-point values that progressively change from initial value to destination value.
|
class |
TexCoordChaser2DObject
X3D node tooltip: (X3D version 3.3 or later) [X3DChaserNode] TexCoordChaser2D generates a series of single floating-point values that progressively change from initial value to destination value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColorChaser
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
CoordinateChaser
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
OrientationChaser
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionChaser
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionChaser2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
ScalarChaser
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TexCoordChaser2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DChaserNode |
X3DChaserNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DChaserNode |
X3DChaserNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DChaserNode |
X3DChaserNode.setDuration(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to initializeOnly SFTime field named duration.
|
X3DChaserNode |
X3DChaserNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DChaserNode |
X3DChaserNode.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.