Uses of Interface
org.jzy3d.junit.replay.events.IMouseEventLog
-
Uses of IMouseEventLog in org.jzy3d.junit.replay
Modifier and TypeMethodDescriptionprotected boolean
EventReplay.detectDragEnd
(IMouseEventLog mouse) MOUSE_PRESSED, x:170, y:154, bt:0, since:925 MOUSE_DRAGGED, x:149, y:171, bt:0, since:1428 MOUSE_RELEASED, x:125, y:56, bt:0, since:3898 MOUSE_MOVED, x:107, y:55, bt:0, since:3899protected boolean
EventReplay.full
(IMouseEventLog[] drag) protected boolean
EventReplay.isMouseMoveOrDrag
(IMouseEventLog mouse) protected int
EventReplay.moveX
(IMouseEventLog mouse, Insets insets) protected int
EventReplay.moveY
(IMouseEventLog mouse, Insets insets) void
EventReplay.replay
(IMouseEventLog mouse) -
Uses of IMouseEventLog in org.jzy3d.junit.replay.events
Modifier and TypeMethodDescriptionprotected IMouseEventLog
EventParser.parseMouseEvent
(Matcher matcher, IMouseEventLog.MouseEventType type) protected IMouseEventLog
EventParser.parseMouseWheelEvent
(Matcher matcher)