iicm.vrml.pw
Class Background

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

public class Background
extends Bindable


Field Summary
 MFString backUrl
           
 MFString bottomUrl
           
 MFString frontUrl
           
 MFFloat groundAngle
           
 MFColor groundColor
           
 MFString leftUrl
           
 MFString rightUrl
           
 MFFloat skyAngle
           
 MFColor skyColor
           
 MFString topUrl
           
 
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

groundAngle

public MFFloat groundAngle

skyAngle

public MFFloat skyAngle

groundColor

public MFColor groundColor

skyColor

public MFColor skyColor

backUrl

public MFString backUrl

bottomUrl

public MFString bottomUrl

frontUrl

public MFString frontUrl

leftUrl

public MFString leftUrl

rightUrl

public MFString rightUrl

topUrl

public MFString topUrl
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