Class iicm.vrml.pw.Billboard
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.Billboard
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.GroupNode
                   |
                   +----iicm.vrml.pw.Billboard
  -  public class Billboard
  -  extends GroupNode
   
  -   axisOfRotation axisOfRotation
-  
  
-   bboxCenter bboxCenter
-  
  
-   bboxSize bboxSize
-  
   
  -   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 axisOfRotation
axisOfRotation
  public SFVec3f axisOfRotation
 bboxCenter
bboxCenter
  public SFVec3f bboxCenter
 bboxSize
bboxSize
  public SFVec3f bboxSize
   
 nodeName
nodeName
  public String nodeName()
  -  the node's name
  
    -  Overrides:
    
-  nodeName in class GroupNode
  
 
 traverse
traverse
  public void traverse(Traverser t)
  -  must call appropriate method of Traverser for node traversal
  
    -  Overrides:
    
-  traverse in class GroupNode
  
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index