public class SelectionEvent
extends java.util.EventObject
DiagramListener
.Constructor and Description |
---|
SelectionEvent(java.lang.Object source,
android.graphics.PointF mousePosition,
AdjustmentHandle adjustmentHandle)
Initializes a new instance of the SelectionEvent class.
|
Modifier and Type | Method and Description |
---|---|
AdjustmentHandle |
getAdjustmentHandle()
Gets the adjustment handle being moved by the user.
|
android.graphics.PointF |
getPointerPosition()
Gets the current mouse pointer position.
|
public SelectionEvent(java.lang.Object source, android.graphics.PointF mousePosition, AdjustmentHandle adjustmentHandle)
source
- The source of the event.mousePosition
- The position of the mouse cursor, in document coordinates.adjustmentHandle
- The adjustment handle being moved by the user.public AdjustmentHandle getAdjustmentHandle()
public android.graphics.PointF getPointerPosition()