ffe.behaviors
Interface PickingCallback


public interface PickingCallback

The PickingCallback interface is implemented by classes wishing to recieve notification that a picked object has moved.


Field Summary
static int NO_PICK
           
static int ORBIT
           
static int PROPERTIES
           
static int ROTATE
           
static int SELECTION
           
static int TRANSLATE
           
static int ZOOM
           
 
Method Summary
 void transformChanged(int type, javax.media.j3d.TransformGroup tg)
           
 void transformClicked(int type, javax.media.j3d.TransformGroup tg)
           
 void transformDoubleClicked(int type, javax.media.j3d.TransformGroup tg)
           
 

Field Detail

ROTATE

public static final int ROTATE
See Also:
Constant Field Values

TRANSLATE

public static final int TRANSLATE
See Also:
Constant Field Values

ZOOM

public static final int ZOOM
See Also:
Constant Field Values

SELECTION

public static final int SELECTION
See Also:
Constant Field Values

PROPERTIES

public static final int PROPERTIES
See Also:
Constant Field Values

ORBIT

public static final int ORBIT
See Also:
Constant Field Values

NO_PICK

public static final int NO_PICK
See Also:
Constant Field Values
Method Detail

transformChanged

public void transformChanged(int type,
                             javax.media.j3d.TransformGroup tg)

transformClicked

public void transformClicked(int type,
                             javax.media.j3d.TransformGroup tg)

transformDoubleClicked

public void transformDoubleClicked(int type,
                                   javax.media.j3d.TransformGroup tg)