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 TypeMethodDescriptionboolean
Return the bottom boolean value.float
Return the bottomRadius float value.float
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 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.
-