Package org.jzy3d.junit.replay.events
Class MouseEventLog
java.lang.Object
org.jzy3d.junit.replay.events.AbstractEventLog
org.jzy3d.junit.replay.events.MouseEventLog
- All Implemented Interfaces:
IEventLog
,IMouseEventLog
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jzy3d.junit.replay.events.IMouseEventLog
IMouseEventLog.MouseEventType
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected IntegerCoord2d
protected IMouseEventLog.MouseEventType
protected int
Fields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
-
Constructor Summary
ConstructorDescriptionMouseEventLog
(IMouseEventLog.MouseEventType type, int x, int y, int button, long since) MouseEventLog
(IMouseEventLog.MouseEventType type, int value, int button, long since) -
Method Summary
Methods inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
-
Field Details
-
type
-
coord
-
value
protected int value -
button
protected int button -
clicks
protected int clicks
-
-
Constructor Details
-
MouseEventLog
-
MouseEventLog
-
-
Method Details
-
getCoord
- Specified by:
getCoord
in interfaceIMouseEventLog
-
getButton
public int getButton()- Specified by:
getButton
in interfaceIMouseEventLog
-
getClicks
public int getClicks()- Specified by:
getClicks
in interfaceIMouseEventLog
-
getType
- Specified by:
getType
in interfaceIMouseEventLog
-
getValue
public int getValue()- Specified by:
getValue
in interfaceIMouseEventLog
-
toString
-