Class iicm.vrml.pw.NavigationInfo
All Packages Class Hierarchy This Package Previous Next Index
Class iicm.vrml.pw.NavigationInfo
java.lang.Object
|
+----iicm.vrml.pw.Node
|
+----iicm.vrml.pw.Bindable
|
+----iicm.vrml.pw.NavigationInfo
- public class NavigationInfo
- extends Bindable
-
avatarSize
-
-
headlight
-
-
speed
-
-
type
-
-
visibilityLimit
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
avatarSize
public MFFloat avatarSize
headlight
public SFBool headlight
speed
public SFFloat speed
visibilityLimit
public SFFloat visibilityLimit
type
public MFString type
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