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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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
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()