Package org.web3d.x3d.sai.geometry3d
Interface Cone
- All Superinterfaces:
X3DGeometryNode,X3DNode
Defines the requirements of an X3D Cone node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the bottom boolean value.floatReturn the bottomRadius float value.floatReturn the height float value.booleangetSide()Return the side boolean value.booleangetSolid()Return the solid boolean value.voidsetBottom(boolean val) Set the bottom field.voidsetBottomRadius(float val) Set the bottomRadius field.voidsetHeight(float val) Set the height field.voidsetSide(boolean val) Set the side field.voidsetSolid(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 Details
-
getSolid
boolean getSolid()Return the solid boolean value.- Returns:
- The solid boolean value.
-
setSolid
void setSolid(boolean val) Set the solid field.- Parameters:
val- The boolean to set.
-
getBottomRadius
float getBottomRadius()Return the bottomRadius float value.- Returns:
- The bottomRadius float value.
-
setBottomRadius
void setBottomRadius(float val) Set the bottomRadius field.- Parameters:
val- The float to set.
-
getHeight
float getHeight()Return the height float value.- Returns:
- The height float value.
-
setHeight
void setHeight(float val) Set the height field.- Parameters:
val- The float to set.
-
getBottom
boolean getBottom()Return the bottom boolean value.- Returns:
- The bottom boolean value.
-
setBottom
void setBottom(boolean val) Set the bottom field.- Parameters:
val- The boolean to set.
-
getSide
boolean getSide()Return the side boolean value.- Returns:
- The side boolean value.
-
setSide
void setSide(boolean val) Set the side field.- Parameters:
val- The boolean to set.
-