mamx.vrml
Class VRMLCone

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLCone

public class VRMLCone
extends VRMLNode
implements VRMLGeometry


Field Summary
 protected Stringbottom
           
 protected floatbottomRadius
           
 protected floatheight
           
 protected Stringside
           

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

Method Summary
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetBottom(boolean b)
           
 voidsetBottomRadius(float br)
           
 voidsetHeight(float h)
           
 voidsetSide(boolean s)
           

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

Field Detail

bottom

protected String bottom

bottomRadius

protected float bottomRadius

height

protected float height

side

protected String side
Method Detail

createSource

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

setBottom

public void setBottom(boolean b)

setBottomRadius

public void setBottomRadius(float br)

setHeight

public void setHeight(float h)

setSide

public void setSide(boolean s)