Class iicm.vrml.pw.Anchor
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.Anchor
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.GroupNode
                   |
                   +----iicm.vrml.pw.Anchor
  -  public class Anchor
  -  extends GroupNode
  -  implements PointerSensor
   
  -   bboxCenter bboxCenter
-  
  
-   bboxSize bboxSize
-  
  
-   description description
-  
  
-   parameter parameter
-  
  
-   url url
-  
   
  -   mouseDown(float, float, Hitpoint, double) mouseDown(float, float, Hitpoint, double)
-  
  
-   mouseDrag(float, float, Hitpoint, double) mouseDrag(float, float, Hitpoint, double)
-  
  
-   mouseExit(double) mouseExit(double)
-  
  
-   mouseMove(float, float, Hitpoint, double) mouseMove(float, float, Hitpoint, double)
-  Anchor does not react on pointer events in pw.
  
-   mouseUp(double) mouseUp(double)
-  
  
-   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 description
description
  public SFString description
 parameter
parameter
  public MFString parameter
 url
url
  public MFString url
 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
  
 
 mouseMove
mouseMove
  public void mouseMove(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
  -  Anchor does not react on pointer events in pw.
It only implements PointerSensor to allow uniform treatment
of Anchors like pointer sensors by an application.
 mouseDrag
mouseDrag
  public void mouseDrag(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
 mouseDown
mouseDown
  public void mouseDown(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
 mouseUp
mouseUp
  public void mouseUp(double timestamp)
 mouseExit
mouseExit
  public void mouseExit(double timestamp)
All Packages  Class Hierarchy  This Package  Previous  Next  Index