org.jzy3d.junit.replay.events
Interface IMouseEventLog

All Superinterfaces:
IEventLog
All Known Implementing Classes:
MouseEventLog

public interface IMouseEventLog
extends IEventLog


Nested Class Summary
static class IMouseEventLog.MouseEventType
           
 
Method Summary
 int getButton()
           
 int getClicks()
           
 IntegerCoord2d getCoord()
           
 IMouseEventLog.MouseEventType getType()
           
 int getValue()
           
 
Methods inherited from interface org.jzy3d.junit.replay.events.IEventLog
since
 

Method Detail

getType

IMouseEventLog.MouseEventType getType()

getCoord

IntegerCoord2d getCoord()

getValue

int getValue()

getButton

int getButton()

getClicks

int getClicks()


Copyright © 2013. All rights reserved.