public class AcopEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ACOP_MOUSE_CLICK_EVENT |
static int |
ACOP_MOUSE_DCLICK_EVENT |
static int |
ACOP_MOUSE_DRAG_EVENT |
static int |
ACOP_MOUSE_ENTER_EVENT |
static int |
ACOP_MOUSE_EXIT_EVENT |
static int |
ACOP_MOUSE_MOVE_EVENT |
static int |
ACOP_MOUSE_PRESSED_EVENT |
static int |
ACOP_MOUSE_ZOOM_EVENT |
Constructor and Description |
---|
AcopEvent(java.lang.Object source,
java.awt.event.MouseEvent trigger,
int eventId,
double xMin,
double yMin,
double xMax,
double yMax,
double secondaryYMin,
double secondaryYMax) |
AcopEvent(java.lang.Object source,
java.awt.event.MouseEvent trigger,
int eventId,
int linkId,
int error) |
AcopEvent(java.lang.Object source,
java.awt.event.MouseEvent trigger,
int eventId,
int histIndex,
int x,
int y,
double userx,
double usery) |
Modifier and Type | Method and Description |
---|---|
void |
consume() |
int |
getEventType() |
int |
getHistoIndex() |
int |
getLinkError() |
int |
getLinkId() |
java.awt.Point |
getMousePoint() |
double |
getMousePositionX() |
double |
getMousePositionY() |
double |
getSecondaryYMax() |
double |
getSecondaryYMin() |
java.awt.event.MouseEvent |
getTrigger() |
double |
getZoomXMax() |
double |
getZoomXMin() |
double |
getZoomYMax() |
double |
getZoomYMin() |
boolean |
isConsumed() |
public static final int ACOP_MOUSE_MOVE_EVENT
public static final int ACOP_MOUSE_CLICK_EVENT
public static final int ACOP_MOUSE_ZOOM_EVENT
public static final int ACOP_MOUSE_ENTER_EVENT
public static final int ACOP_MOUSE_EXIT_EVENT
public static final int ACOP_MOUSE_DCLICK_EVENT
public static final int ACOP_MOUSE_PRESSED_EVENT
public static final int ACOP_MOUSE_DRAG_EVENT
public AcopEvent(java.lang.Object source, java.awt.event.MouseEvent trigger, int eventId, int linkId, int error)
public AcopEvent(java.lang.Object source, java.awt.event.MouseEvent trigger, int eventId, int histIndex, int x, int y, double userx, double usery)
public AcopEvent(java.lang.Object source, java.awt.event.MouseEvent trigger, int eventId, double xMin, double yMin, double xMax, double yMax, double secondaryYMin, double secondaryYMax)
public int getEventType()
public int getLinkId()
public int getLinkError()
public int getHistoIndex()
public java.awt.Point getMousePoint()
public double getMousePositionX()
public double getMousePositionY()
public double getZoomXMin()
public double getZoomYMin()
public double getZoomXMax()
public double getZoomYMax()
public double getSecondaryYMax()
public double getSecondaryYMin()
public java.awt.event.MouseEvent getTrigger()
public boolean isConsumed()
public void consume()