| 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 |
ColorDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] ColorDamper generates a series of RGB color values that progressively change from initial value to destination value.
|
class |
CoordinateDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] CoordinateDamper generates a series of coordinate arrays that progressively change from initial value to destination value.
|
class |
OrientationDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] OrientationDamper generates a series of 4-tuple axis-angle SFRotation values that progressively change from initial value to destination value.
|
class |
PositionDamper2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value.
|
class |
PositionDamperObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] PositionDamper generates a series of position values that progressively change from initial value to destination value.
|
class |
ScalarDamperObject
X3D node tooltip: (X3D version 3.3 or later) [X3DDamperNode] ScalarDamper generates a series of floating-point values that progressively change from initial value to destination value.
|
class |
TexCoordDamper2DObject
X3D node tooltip: (X3D version 3.2 or later) [X3DDamperNode] TexCoordDamper2D generates a series of 2D floating-point arrays that progressively change from initial value to destination value.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColorDamper
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
CoordinateDamper
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
OrientationDamper
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionDamper
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
PositionDamper2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
ScalarDamper
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TexCoordDamper2D
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DDamperNode |
X3DDamperNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DDamperNode |
X3DDamperNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DDamperNode |
X3DDamperNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DDamperNode |
X3DDamperNode.setOrder(int newValue)
Assign int value within allowed range of [0,5] to initializeOnly SFInt32 field named order.
|
X3DDamperNode |
X3DDamperNode.setTau(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named tau.
|
X3DDamperNode |
X3DDamperNode.setTolerance(float newValue)
Assign float value to inputOutput SFFloat field named tolerance.
|
X3DDamperNode |
X3DDamperNode.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.