PickRotateBehavior
, PickRotateBehavior
, PickRotateBehavior
, PickTranslateBehavior
, PickTranslateBehavior
, PickTranslateBehavior
, PickZoomBehavior
, PickZoomBehavior
, PickZoomBehavior
public interface MouseBehaviorCallback
setupCallback
method. When the transform changes, the
registered object's transformChanged
method is
invoked.Modifier and Type | Field | Description |
---|---|---|
static int |
ROTATE |
|
static int |
TRANSLATE |
|
static int |
ZOOM |
Modifier and Type | Method | Description |
---|---|---|
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
|
static final int ROTATE
static final int TRANSLATE
static final int ZOOM
void transformChanged(int type, Transform3D transform)
type
- will be one of ROTATE, TRANSLATE or ZOOMCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.