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
public class MouseEventLog extends AbstractEventLog implements IMouseEventLog
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jzy3d.junit.replay.events.IMouseEventLog
IMouseEventLog.MouseEventType
-
-
Field Summary
Fields Modifier and Type Field Description protected intbuttonprotected intclicksprotected IntegerCoord2dcoordprotected IMouseEventLog.MouseEventTypetypeprotected intvalue-
Fields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
-
-
Constructor Summary
Constructors Constructor Description MouseEventLog(IMouseEventLog.MouseEventType type, int x, int y, int button, long since)MouseEventLog(IMouseEventLog.MouseEventType type, int value, int button, long since)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetButton()intgetClicks()IntegerCoord2dgetCoord()IMouseEventLog.MouseEventTypegetType()intgetValue()StringtoString()-
Methods inherited from class org.jzy3d.junit.replay.events.AbstractEventLog
since
-
-
-
-
Field Detail
-
type
protected IMouseEventLog.MouseEventType type
-
coord
protected IntegerCoord2d coord
-
value
protected int value
-
button
protected int button
-
clicks
protected int clicks
-
-
Constructor Detail
-
MouseEventLog
public MouseEventLog(IMouseEventLog.MouseEventType type, int x, int y, int button, long since)
-
MouseEventLog
public MouseEventLog(IMouseEventLog.MouseEventType type, int value, int button, long since)
-
-
Method Detail
-
getCoord
public IntegerCoord2d getCoord()
- Specified by:
getCoordin interfaceIMouseEventLog
-
getButton
public int getButton()
- Specified by:
getButtonin interfaceIMouseEventLog
-
getClicks
public int getClicks()
- Specified by:
getClicksin interfaceIMouseEventLog
-
getType
public IMouseEventLog.MouseEventType getType()
- Specified by:
getTypein interfaceIMouseEventLog
-
getValue
public int getValue()
- Specified by:
getValuein interfaceIMouseEventLog
-
-