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