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
| Methods inherited from interface org.jzy3d.junit.replay.events.IEventLog |
since |
type
protected IMouseEventLog.MouseEventType type
coord
protected IntegerCoord2d coord
value
protected int value
button
protected int button
clicks
protected int clicks
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)
getCoord
public IntegerCoord2d getCoord()
- Specified by:
getCoord in interface IMouseEventLog
getButton
public int getButton()
- Specified by:
getButton in interface IMouseEventLog
getClicks
public int getClicks()
- Specified by:
getClicks in interface IMouseEventLog
getType
public IMouseEventLog.MouseEventType getType()
- Specified by:
getType in interface IMouseEventLog
getValue
public int getValue()
- Specified by:
getValue in interface IMouseEventLog
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All rights reserved.