| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
mamx.vrml.VRMLNode | +--mamx.vrml.VRMLText
Field Summary | |
protected VRMLFontStyle | fontStyle |
protected Vector | length |
protected float | maxExtent |
protected Vector | string |
Fields inherited from class mamx.vrml.VRMLNode |
definition, INDENT_INCREASE, useDef |
Constructor Summary | |
VRMLText() | |
VRMLText(String s) |
Method Summary | |
void | addLength(Float l) |
void | addLength(float l) |
void | addString(String s) |
void | createSource(PrintWriter out, int currIndent) |
void | setFontStyle(VRMLFontStyle fs) |
void | setMaxExtent(float me) |
Methods inherited from class mamx.vrml.VRMLNode |
define, printlnVector, useDefinition |
Field Detail |
protected VRMLFontStyle fontStyle
protected Vector length
protected float maxExtent
protected Vector string
Constructor Detail |
public VRMLText()
public VRMLText(String s)
Method Detail |
public void addLength(Float l)
public void addLength(float l)
public void addString(String s)
public void createSource(PrintWriter out, int currIndent)
throws java.io.IOException
public void setFontStyle(VRMLFontStyle fs)
public void setMaxExtent(float me)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |