|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LoadSensor
Defines the requirements of an X3D LoadSensor node
| Method Summary | |
|---|---|
boolean |
getIsLoaded()
Return the isLoaded boolean value. |
double |
getLoadTime()
Return the loadTime double value. |
int |
getNumWatchList()
Return the number of MFNode items in the watchList field. |
float |
getProgress()
Return the progress float value. |
double |
getTimeOut()
Return the timeOut double value. |
void |
getWatchList(X3DNode[] val)
Return the watchList value in the argument X3DNode[] |
void |
setTimeOut(double val)
Set the timeOut field. |
void |
setWatchList(X3DNode[] val)
Set the watchList field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DSensorNode |
|---|
getEnabled, getIsActive, setEnabled |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
int getNumWatchList()
void getWatchList(X3DNode[] val)
val - The X3DNode[] to initialize.void setWatchList(X3DNode[] val)
val - The X3DNode[] to set.double getTimeOut()
void setTimeOut(double val)
val - The double to set.double getLoadTime()
boolean getIsLoaded()
float getProgress()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||