mamx.vrml
Class VRMLCylinder

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLCylinder

public class VRMLCylinder
extends VRMLNode
implements VRMLGeometry


Field Summary
 protected Stringbottom
           
 protected floatheight
           
 protected floatradius
           
 protected Stringside
           
 protected Stringtop
           

Fields inherited from class mamx.vrml.VRMLNode
definition, INDENT_INCREASE, useDef

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetBottom(boolean b)
           
 voidsetHeight(float h)
           
 voidsetRadius(float r)
           
 voidsetSide(boolean s)
           
 voidsetTop(boolean t)
           

Methods inherited from class mamx.vrml.VRMLNode
define, printlnVector, useDefinition

Field Detail

bottom

protected String bottom

height

protected float height

radius

protected float radius

side

protected String side

top

protected String top
Method Detail

createSource

public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException

setBottom

public void setBottom(boolean b)

setHeight

public void setHeight(float h)

setRadius

public void setRadius(float r)

setSide

public void setSide(boolean s)

setTop

public void setTop(boolean t)