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

Variable Index

 o bboxCenter
 o bboxSize
 o description
 o parameter
 o url

Method Index

 o mouseDown(float, float, Hitpoint, double)
 o mouseDrag(float, float, Hitpoint, double)
 o mouseExit(double)
 o mouseMove(float, float, Hitpoint, double)
Anchor does not react on pointer events in pw.
 o mouseUp(double)
 o nodeName()
the node's name
 o traverse(Traverser)
must call appropriate method of Traverser for node traversal

Variables

 o description
  public SFString description
 o parameter
  public MFString parameter
 o url
  public MFString url
 o bboxCenter
  public SFVec3f bboxCenter
 o bboxSize
  public SFVec3f bboxSize

Methods

 o nodeName
  public String nodeName()
the node's name
Overrides:
nodeName in class GroupNode
 o traverse
  public void traverse(Traverser t)
must call appropriate method of Traverser for node traversal
Overrides:
traverse in class GroupNode
 o 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.
 o mouseDrag
  public void mouseDrag(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
 o mouseDown
  public void mouseDown(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
 o mouseUp
  public void mouseUp(double timestamp)
 o mouseExit
  public void mouseExit(double timestamp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index