iicm.vrml.pw
Class Text

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Geometry
              |
              +--iicm.vrml.pw.Text

public class Text
extends Geometry


Field Summary
 SFNode fontStyle
           
 MFFloat length
           
 SFFloat maxExtent
           
 MFString string
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 Node getFontStyle()
           
 float getLength(int position)
           
 float getMaxExtent()
           
 int getStringNumbers()
           
 java.lang.String getText(int i)
           
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

string

public MFString string

fontStyle

public SFNode fontStyle

length

public MFFloat length

maxExtent

public SFFloat maxExtent
Method Detail

nodeName

public java.lang.String nodeName()
Description copied from class: Node
the node's name
Overrides:
nodeName in class Node

traverse

public void traverse(Traverser t)
Description copied from class: Node
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node

getText

public java.lang.String getText(int i)

getStringNumbers

public int getStringNumbers()

getFontStyle

public Node getFontStyle()

getMaxExtent

public float getMaxExtent()

getLength

public float getLength(int position)