Class iicm.vrml.pw.Background
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.Background
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Bindable
                   |
                   +----iicm.vrml.pw.Background
  -  public class Background
  -  extends Bindable
   
  -   backUrl backUrl
-  
  
-   bottomUrl bottomUrl
-  
  
-   frontUrl frontUrl
-  
  
-   groundAngle groundAngle
-  
  
-   groundColor groundColor
-  
  
-   leftUrl leftUrl
-  
  
-   rightUrl rightUrl
-  
  
-   skyAngle skyAngle
-  
  
-   skyColor skyColor
-  
  
-   topUrl topUrl
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 groundAngle
groundAngle
  public MFFloat groundAngle
 skyAngle
skyAngle
  public MFFloat skyAngle
 groundColor
groundColor
  public MFColor groundColor
 skyColor
skyColor
  public MFColor skyColor
 backUrl
backUrl
  public MFString backUrl
 bottomUrl
bottomUrl
  public MFString bottomUrl
 frontUrl
frontUrl
  public MFString frontUrl
 leftUrl
leftUrl
  public MFString leftUrl
 rightUrl
rightUrl
  public MFString rightUrl
 topUrl
topUrl
  public MFString topUrl
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class Node
  
 
 traverse
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