|
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 Box
Defines the requirements of an X3D Box node
| Method Summary | |
|---|---|
void |
getSize(float[] val)
Return the size value in the argument float[] |
boolean |
getSolid()
Return the solid boolean value. |
void |
setSize(float[] val)
Set the size field. |
void |
setSolid(boolean val)
Set the solid field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Method Detail |
|---|
boolean getSolid()
void setSolid(boolean val)
val - The boolean to set.void getSize(float[] val)
val - The float[] to initialize.void setSize(float[] val)
val - The float[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||