mamx.vrml
Class VRMLText

mamx.vrml.VRMLNode
  |
  +--mamx.vrml.VRMLText

public class VRMLText
extends VRMLNode
implements VRMLGeometry


Field Summary
 protected VRMLFontStylefontStyle
           
 protected Vectorlength
           
 protected floatmaxExtent
           
 protected Vectorstring
           

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

Constructor Summary
VRMLText()
           
VRMLText(String s)
           

Method Summary
 voidaddLength(Float l)
           
 voidaddLength(float l)
           
 voidaddString(String s)
           
 voidcreateSource(PrintWriter out, int currIndent)
           
 voidsetFontStyle(VRMLFontStyle fs)
           
 voidsetMaxExtent(float me)
           

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

Field Detail

fontStyle

protected VRMLFontStyle fontStyle

length

protected Vector length

maxExtent

protected float maxExtent

string

protected Vector string
Constructor Detail

VRMLText

public VRMLText()

VRMLText

public VRMLText(String s)
Method Detail

addLength

public void addLength(Float l)

addLength

public void addLength(float l)

addString

public void addString(String s)

createSource

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

setFontStyle

public void setFontStyle(VRMLFontStyle fs)

setMaxExtent

public void setMaxExtent(float me)