| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mamx.vrml.VRMLNode | +--mamx.vrml.VRMLCylinder
Field Summary | |
protected String | bottom |
protected float | height |
protected float | radius |
protected String | side |
protected String | top |
Fields inherited from class mamx.vrml.VRMLNode |
definition, INDENT_INCREASE, useDef |
Method Summary | |
void | createSource(PrintWriter out, int currIndent) |
void | setBottom(boolean b) |
void | setHeight(float h) |
void | setRadius(float r) |
void | setSide(boolean s) |
void | setTop(boolean t) |
Methods inherited from class mamx.vrml.VRMLNode |
define, printlnVector, useDefinition |
Field Detail |
protected String bottom
protected float height
protected float radius
protected String side
protected String top
Method Detail |
public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException
public void setBottom(boolean b)
public void setHeight(float h)
public void setRadius(float r)
public void setSide(boolean s)
public void setTop(boolean t)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |