Class SAICylinder
java.lang.Object
org.web3d.vrml.scripting.external.sai.SAINode
org.xj3d.sai.external.node.geometry3d.SAICylinder
- All Implemented Interfaces:
Cylinder,X3DGeometryNode,X3DNode
A concrete implementation of the Cylinder node interface
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Constructor Summary
ConstructorsConstructorDescriptionSAICylinder(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the bottom boolean value.floatReturn the height float value.floatReturn the radius float value.booleangetSide()Return the side boolean value.booleangetSolid()Return the solid boolean value.booleangetTop()Return the top boolean value.voidsetBottom(boolean val) Set the bottom field.voidsetHeight(float val) Set the height field.voidsetRadius(float val) Set the radius field.voidsetSide(boolean val) Set the side field.voidsetSolid(boolean val) Set the solid field.voidsetTop(boolean val) Set the top field.Methods inherited from class org.web3d.vrml.scripting.external.sai.SAINode
dispose, equals, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, hashCode, isRealized, realize, setMetadataMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Constructor Details
-
SAICylinder
public SAICylinder(VRMLNodeType node, SAINodeFactory nodeFactory, SAIFieldFactory fieldFactory, ExternalEventQueue queue) Constructor- Parameters:
queue-
-
-
Method Details
-
getSolid
-
setSolid
-
getRadius
-
setRadius
-
getHeight
-
setHeight
-
getBottom
-
setBottom
-
getSide
-
setSide
-
getTop
-
setTop
-