iicm.vrml.pw
Class FontStyle

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.AppearNode
              |
              +--iicm.vrml.pw.FontStyle

public class FontStyle
extends AppearNode


Field Summary
 java.lang.String[] defFamily
           
 java.lang.String[] defJustify
           
 MFString family
           
 SFBool horizontal
           
 MFString justify
           
 SFString language
           
 SFBool leftToRight
           
 SFFloat size
           
 SFFloat spacing
           
 SFString style
           
 SFBool topToBottom
           
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String getFamily(int position)
           
 boolean getHorizontal()
           
 java.lang.String getJustify(int position)
           
 boolean getLeftToRight()
           
 float getSize()
           
 float getSpacing()
           
 java.lang.String getStyle()
           
 boolean getTopToBottom()
           
 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

language

public SFString language

style

public SFString style

justify

public MFString justify

family

public MFString family

horizontal

public SFBool horizontal

leftToRight

public SFBool leftToRight

topToBottom

public SFBool topToBottom

size

public SFFloat size

spacing

public SFFloat spacing

defFamily

public java.lang.String[] defFamily

defJustify

public java.lang.String[] defJustify
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

getSize

public float getSize()

getSpacing

public float getSpacing()

getStyle

public java.lang.String getStyle()

getFamily

public java.lang.String getFamily(int position)

getJustify

public java.lang.String getJustify(int position)

getLeftToRight

public boolean getLeftToRight()

getTopToBottom

public boolean getTopToBottom()

getHorizontal

public boolean getHorizontal()