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

Variable Index

 o avatarSize
 o headlight
 o speed
 o type
 o visibilityLimit

Method Index

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

Variables

 o avatarSize
  public MFFloat avatarSize
 o headlight
  public SFBool headlight
 o speed
  public SFFloat speed
 o visibilityLimit
  public SFFloat visibilityLimit
 o type
  public MFString type

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