| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.jsail.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| org.web3d.x3d.sai.Sound |
The Sound component defines how sound is delivered to an X3D world as well as how
sounds are accessed.
|
| org.web3d.x3d.sai.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.sai.Time |
The Time component defines how time is sensed, computed and associated with events
in an X3D scene.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AudioClipObject
X3D node tooltip: [X3DSoundSourceNode,X3DUrlObject] AudioClip provides audio data used by parent Sound nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MovieTextureObject
X3D node tooltip: [X3DTexture2DNode,X3DSoundSourceNode,X3DUrlObject] MovieTexture applies a 2D movie image to surface geometry, or provides audio for a Sound node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimeSensorObject
X3D node tooltip: [X3DTimeDependentNode,X3DSensorNode] TimeSensor continuously generates events as time passes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AudioClip
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
X3DSoundSourceNode
Nodes implementing X3DSoundSourceNode are allowed as children of Sound node.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MovieTexture
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeSensor
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DTimeDependentNode |
X3DTimeDependentNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setLoop(boolean newValue)
Assign boolean value to inputOutput SFBool field named loop.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setPauseTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named pauseTime.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setResumeTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named resumeTime.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setStartTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named startTime.
|
X3DTimeDependentNode |
X3DTimeDependentNode.setStopTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named stopTime.
|
X3DTimeDependentNode |
X3DTimeDependentNode.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.