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 int
button
protected int
clicks
protected IntegerCoord2d
coord
protected IMouseEventLog.MouseEventType
type
protected int
value
-
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 int
getButton()
int
getClicks()
IntegerCoord2d
getCoord()
IMouseEventLog.MouseEventType
getType()
int
getValue()
String
toString()
-
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:
getCoord
in interfaceIMouseEventLog
-
getButton
public int getButton()
- Specified by:
getButton
in interfaceIMouseEventLog
-
getClicks
public int getClicks()
- Specified by:
getClicks
in interfaceIMouseEventLog
-
getType
public IMouseEventLog.MouseEventType getType()
- Specified by:
getType
in interfaceIMouseEventLog
-
getValue
public int getValue()
- Specified by:
getValue
in interfaceIMouseEventLog
-
-