Class iicm.vrml.pw.FontStyle
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iicm.vrml.pw.FontStyle

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

public class FontStyle
extends AppearNode

Variable Index

 o defFamily
 o defJustify
 o family
 o horizontal
 o justify
 o language
 o leftToRight
 o size
 o spacing
 o style
 o topToBottom

Method Index

 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal

Variables

 o language
  public SFString language
 o style
  public SFString style
 o justify
  public MFString justify
 o family
  public MFString family
 o horizontal
  public SFBool horizontal
 o leftToRight
  public SFBool leftToRight
 o topToBottom
  public SFBool topToBottom
 o size
  public SFFloat size
 o spacing
  public SFFloat spacing
 o defFamily
  public String defFamily[]
 o defJustify
  public String defJustify[]

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class Node
 o traverse
  public void traverse(Traverser t)
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class Node

All Packages  Class Hierarchy  This Package  Previous  Next  Index