FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.X3DTimeDependentNode Interface Reference
Inheritance diagram for org.web3d.x3d.sai.X3DTimeDependentNode:
org.web3d.x3d.sai.X3DChildNode org.web3d.x3d.sai.X3DNode org.web3d.x3d.sai.X3DAudioClipNode

Public Member Functions

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 ()
 
- Public Member Functions inherited from org.web3d.x3d.sai.X3DNode
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 ()
 

Detailed Description

Definition at line 3 of file X3DTimeDependentNode.java.


The documentation for this interface was generated from the following file: