Class SAICylinder
java.lang.Object
org.web3d.vrml.scripting.sai.BaseNode
org.xj3d.sai.internal.node.geometry3d.SAICylinder
- All Implemented Interfaces:
Cylinder
,X3DGeometryNode
,X3DNode
A concrete implementation of the Cylinder node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
Fields inherited from class org.web3d.vrml.scripting.sai.BaseNode
accessPermitted, fieldQueue, fieldRefMap, realNode
-
Constructor Summary
ConstructorsConstructorDescriptionSAICylinder
(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return the bottom boolean value.float
Return the height float value.float
Return the radius float value.boolean
getSide()
Return the side boolean value.boolean
getSolid()
Return the solid boolean value.boolean
getTop()
Return the top boolean value.void
setBottom
(boolean val) Set the bottom field.void
setHeight
(float val) Set the height field.void
setRadius
(float val) Set the radius field.void
setSide
(boolean val) Set the side field.void
setSolid
(boolean val) Set the solid field.void
setTop
(boolean val) Set the top field.Methods inherited from class org.web3d.vrml.scripting.sai.BaseNode
checkAccess, dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadata, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAICylinder
public SAICylinder(VRMLNodeType node, ReferenceQueue<X3DField> refQueue, FieldFactory fac, FieldAccessListener fal, BaseNodeFactory bnf) Constructor- Parameters:
bnf
-
-
-
Method Details
-
getSolid
-
setSolid
-
getRadius
-
setRadius
-
getHeight
-
setHeight
-
getBottom
-
setBottom
-
getSide
-
setSide
-
getTop
-
setTop
-