com.sun.j3d.utils.behaviors.mouse
Interface MouseBehaviorCallback

All Known Implementing Classes:
PickRotateBehavior, PickTranslateBehavior, PickZoomBehavior

public interface MouseBehaviorCallback


Field Summary
static int ROTATE
           
static int TRANSLATE
           
static int ZOOM
           
 
Method Summary
 void transformChanged(int type, Transform3D transform)
          Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform
 

Field Detail

ROTATE

public static final int ROTATE

TRANSLATE

public static final int TRANSLATE

ZOOM

public static final int ZOOM
Method Detail

transformChanged

public void transformChanged(int type,
                             Transform3D transform)
Classes implementing this interface that are registered with one of the MouseBehaviors will be called every time the behavior updates the Transform
Parameters:
type - will be one of ROTATE, TRANSLATE or ZOOM