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
-
-
bboxSize
-
-
description
-
-
parameter
-
-
url
-
-
mouseDown(float, float, Hitpoint, double)
-
-
mouseDrag(float, float, Hitpoint, double)
-
-
mouseExit(double)
-
-
mouseMove(float, float, Hitpoint, double)
- Anchor does not react on pointer events in pw.
-
mouseUp(double)
-
-
nodeName()
- the node's name
-
traverse(Traverser)
- must call appropriate method of Traverser for node traversal
description
public SFString description
parameter
public MFString parameter
url
public MFString url
bboxCenter
public SFVec3f bboxCenter
bboxSize
public SFVec3f bboxSize
nodeName
public String nodeName()
- the node's name
- Overrides:
- nodeName in class GroupNode
traverse
public void traverse(Traverser t)
- must call appropriate method of Traverser for node traversal
- Overrides:
- traverse in class GroupNode
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
public void mouseDrag(float downx,
float downy,
Hitpoint hit,
double timestamp)
mouseDown
public void mouseDown(float downx,
float downy,
Hitpoint hit,
double timestamp)
mouseUp
public void mouseUp(double timestamp)
mouseExit
public void mouseExit(double timestamp)
All Packages Class Hierarchy This Package Previous Next Index