FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
String | getDescription () |
void | setDescription () |
float | getPitch () |
void | setPitch (float pitch) throws InvalidFieldValueException |
double | getDuration () |
void | setDuration (double time) |
![]() | |
boolean | getIsActive () |
boolean | getIsPaused () |
double | getElapsedTime () |
void | setNumLoops (float count) |
float | getNumLoops () |
void | setLoop (boolean loop) |
boolean | getLoop () |
void | setStartTime (double time) |
double | getStartTime () |
void | setStopTime (double time) |
double | getStopTime () |
void | setPauseTime (double time) |
double | getPauseTime () |
void | setUnPauseTime (double time) |
double | getUnPauseTime () |
![]() | |
void | setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException |
X3DMetadataObject | getMetadata () throws InvalidNodeException, ConnectionException |
String | getNodeName () throws InvalidNodeException, ConnectionException |
X3DFieldDefinition[] | getFieldDefinitions () throws InvalidNodeException, ConnectionException |
int[] | getNodeType () throws InvalidNodeException, ConnectionException |
X3DField | getField (String name) throws InvalidNameException, InvalidNodeException, ConnectionException |
void | dispose () |
![]() | |
int | getNumUrls () |
void | geturl (String[] urls) |
void | setUrl (String[] urls) |
Definition at line 3 of file X3DAudioClipNode.java.