iicm.vrml.pw
Class Viewpoint

java.lang.Object
  |
  +--iicm.vrml.pw.Node
        |
        +--iicm.vrml.pw.Bindable
              |
              +--iicm.vrml.pw.Viewpoint

public class Viewpoint
extends Bindable


Field Summary
 SFTime bindTime
           
 SFString description
           
 SFFloat fieldOfView
           
 SFBool jump
           
 SFRotation orientation
           
 SFVec3f position
           
 
Fields inherited from class iicm.vrml.pw.Bindable
isBound, set_bind
 
Fields inherited from class iicm.vrml.pw.Node
DEF_KEYWORD, EXTERNPROTO_KEYWORD, objname, PROTO_KEYWORD, ROUTE_KEYWORD, subfields, USE_KEYWORD, userdata
 
Method Summary
 java.lang.String nodeName()
          the node's name
 void traverse(Traverser t)
          must call appropriate method of Traverser for node traversal
 
Methods inherited from class iicm.vrml.pw.Node
addRoute, deleteRoute, getEvent, readNode, traverseNode, writeNode, writeSubfield, writeSubfields
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldOfView

public SFFloat fieldOfView

jump

public SFBool jump

orientation

public SFRotation orientation

position

public SFVec3f position

description

public SFString description

bindTime

public SFTime bindTime
Method Detail

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