Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.geometry3d
Interface Cylinder

All Superinterfaces:
X3DGeometryNode, X3DNode

public interface Cylinder
extends X3DGeometryNode

Defines the requirements of an X3D Cylinder node

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 boolean getBottom()
          Return the bottom boolean value.
 float getHeight()
          Return the height float value.
 float getRadius()
          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 interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

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.

getRadius

float getRadius()
Return the radius float value.

Returns:
The radius float value.

setRadius

void setRadius(float val)
Set the radius 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.

getTop

boolean getTop()
Return the top boolean value.

Returns:
The top boolean value.

setTop

void setTop(boolean val)
Set the top field.

Parameters:
val - The boolean to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium