Class iicm.vrml.pw.CylinderSensor
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class iicm.vrml.pw.CylinderSensor
java.lang.Object
   |
   +----iicm.vrml.pw.Node
           |
           +----iicm.vrml.pw.Sensor
                   |
                   +----iicm.vrml.pw.CylinderSensor
  -  public class CylinderSensor
  -  extends Sensor
  -  implements PointerSensor
   
  -   autoOffset autoOffset
-  
  
-   CYLINDERMODE CYLINDERMODE
-  
  
-   cylRadius_ cylRadius_
-  
  
-   diskAngle diskAngle
-  
  
-   DISKMODE DISKMODE
-  
  
-   dragMode_ dragMode_
-  
  
-   enabled enabled
-  
  
-   isActive isActive
-  
  
-   maxAngle maxAngle
-  
  
-   minAngle minAngle
-  
  
-   offset offset
-  
  
-   rotateY rotateY
-  
  
-   rotation_changed rotation_changed
-  
  
-   trackPoint_changed trackPoint_changed
-  
   
  -   mouseDown(float, float, Hitpoint, double) mouseDown(float, float, Hitpoint, double)
-  handle mouse down in interaction mode
  
-   mouseDrag(float, float, Hitpoint, double) mouseDrag(float, float, Hitpoint, double)
-  handle mouse drag in interaction mode
  
-   mouseExit(double) mouseExit(double)
-  handle mouse exit
  
-   mouseMove(float, float, Hitpoint, double) mouseMove(float, float, Hitpoint, double)
-  handle mouse move in interaction mode
  
-   mouseUp(double) mouseUp(double)
-  handle mouse up in interaction mode
  
-   nodeName() nodeName()
-  the node's name
  
-   traverse(Traverser) traverse(Traverser)
-  must call appropriate method of Traverser for node traversal
   
 offset
offset
  public SFFloat offset
 diskAngle
diskAngle
  public SFFloat diskAngle
 maxAngle
maxAngle
  public SFFloat maxAngle
 minAngle
minAngle
  public SFFloat minAngle
 enabled
enabled
  public SFBool enabled
 autoOffset
autoOffset
  public SFBool autoOffset
 isActive
isActive
  public SFBool isActive
 rotation_changed
rotation_changed
  public SFRotation rotation_changed
 trackPoint_changed
trackPoint_changed
  public SFVec3f trackPoint_changed
 dragMode_
dragMode_
  public int dragMode_
 cylRadius_
cylRadius_
  public float cylRadius_
 CYLINDERMODE
CYLINDERMODE
  public final static int CYLINDERMODE
 DISKMODE
DISKMODE
  public final static int DISKMODE
 rotateY
rotateY
  public float rotateY[]
   
 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
  
 
 mouseMove
mouseMove
  public void mouseMove(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
  -  handle mouse move in interaction mode
 mouseDrag
mouseDrag
  public void mouseDrag(float dragx,
                        float dragy,
                        Hitpoint hit,
                        double timestamp)
  -  handle mouse drag in interaction mode
 mouseDown
mouseDown
  public void mouseDown(float downx,
                        float downy,
                        Hitpoint hit,
                        double timestamp)
  -  handle mouse down in interaction mode
 mouseUp
mouseUp
  public void mouseUp(double timestamp)
  -  handle mouse up in interaction mode
 mouseExit
mouseExit
  public void mouseExit(double timestamp)
  -  handle mouse exit
All Packages  Class Hierarchy  This Package  Previous  Next  Index