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
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected IntegerCoord2dprotected IMouseEventLog.MouseEventTypeprotected intFields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since -
Constructor Summary
ConstructorsConstructorDescriptionMouseEventLog(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:
getCoordin interfaceIMouseEventLog
-
getButton
public int getButton()- Specified by:
getButtonin interfaceIMouseEventLog
-
getClicks
public int getClicks()- Specified by:
getClicksin interfaceIMouseEventLog
-
getType
- Specified by:
getTypein interfaceIMouseEventLog
-
getValue
public int getValue()- Specified by:
getValuein interfaceIMouseEventLog
-
toString
-