|
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 X3DEnvironmentalSensorNode
Defines the requirements of an X3DEnvironmentalSensorNode abstract node type
| Method Summary | |
|---|---|
void |
getCenter(float[] val)
Return the center value in the argument float[] |
double |
getEnterTime()
Return the enterTime double value. |
double |
getExitTime()
Return the exitTime double value. |
void |
getSize(float[] val)
Return the size value in the argument float[] |
void |
setCenter(float[] val)
Set the center field. |
void |
setSize(float[] val)
Set the size 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 |
|---|
void getCenter(float[] val)
val - The float[] to initialize.void setCenter(float[] val)
val - The float[] to set.void getSize(float[] val)
val - The float[] to initialize.void setSize(float[] val)
val - The float[] to set.double getEnterTime()
double getExitTime()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||