|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.ui.Compound3DManipulator.HandleEvent
public class Compound3DManipulator.HandleEvent
This is the superclass of the various events generated by the manipulator.
Method Summary | |
---|---|
Compound3DManipulator.Axis |
getAxis()
Get the axis for which the handle is being manipulated. |
Compound3DManipulator.HandleType |
getHandleType()
Get the type of handle being manipulated. |
Compound3DManipulator |
getManipulator()
Get the manipulator which generated this event. |
WidgetMouseEvent |
getMouseEvent()
Get the original mouse event responsible for this event being generated. |
java.awt.Rectangle |
getScreenBounds()
Get the bounding box of the manipulator on screen at the time the mouse was first clicked. |
BoundingBox |
getSelectionBounds()
Get the bounding box in view coordinates of the selection at the time the mouse was first clicked. |
ViewerCanvas |
getView()
Get the ViewerCanvas in which this event occurred. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ViewerCanvas getView()
public Compound3DManipulator.HandleType getHandleType()
public Compound3DManipulator.Axis getAxis()
public java.awt.Rectangle getScreenBounds()
public BoundingBox getSelectionBounds()
public WidgetMouseEvent getMouseEvent()
public Compound3DManipulator getManipulator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |