| 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.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.
|
| 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 | Method and Description |
|---|---|
X3DSoundSourceNode |
SoundObject.getSource()
Provide X3DSoundSourceNode instance (using a properly typed node) from inputOutput SFNode field source.
|
| Modifier and Type | Method and Description |
|---|---|
SoundObject |
SoundObject.setSource(X3DSoundSourceNode newValue)
Assign X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source.
|
| 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 | Interface and Description |
|---|---|
interface |
AudioClip
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DSoundSourceNode |
Sound.getSource()
Provide X3DSoundSourceNode instance (using a properly typed node) from inputOutput SFNode field source.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setDescription(java.lang.String newValue)
Assign String value to inputOutput SFString field named description.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setLoop(boolean newValue)
Assign boolean value to inputOutput SFBool field named loop.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setPauseTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named pauseTime.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setPitch(float newValue)
Assign float value within allowed range of (0,infinity) to inputOutput SFFloat field named pitch.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setResumeTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named resumeTime.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setStartTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named startTime.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setStopTime(double newValue)
Assign double value in seconds to inputOutput SFTime field named stopTime.
|
X3DSoundSourceNode |
X3DSoundSourceNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
Sound |
Sound.setSource(X3DSoundSourceNode newValue)
Assign X3DSoundSourceNode instance (using a properly typed node) to inputOutput SFNode field source.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MovieTexture
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.