|
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 Cone
Defines the requirements of an X3D Cone node
| Method Summary | |
|---|---|
boolean |
getBottom()
Return the bottom boolean value. |
float |
getBottomRadius()
Return the bottomRadius float value. |
float |
getHeight()
Return the height float value. |
boolean |
getSide()
Return the side boolean value. |
boolean |
getSolid()
Return the solid boolean value. |
void |
setBottom(boolean val)
Set the bottom field. |
void |
setBottomRadius(float val)
Set the bottomRadius field. |
void |
setHeight(float val)
Set the height field. |
void |
setSide(boolean val)
Set the side 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.float getBottomRadius()
void setBottomRadius(float val)
val - The float to set.float getHeight()
void setHeight(float val)
val - The float to set.boolean getBottom()
void setBottom(boolean val)
val - The boolean to set.boolean getSide()
void setSide(boolean val)
val - The boolean 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 | |||||||||