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
-
defFamily
-
-
defJustify
-
-
family
-
-
horizontal
-
-
justify
-
-
language
-
-
leftToRight
-
-
size
-
-
spacing
-
-
style
-
-
topToBottom
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
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 String defFamily[]
defJustify
public String defJustify[]
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class Node
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