igeo.gui
Class IMouseWheelEvent

java.lang.Object
  extended by igeo.gui.IMouseWheelEvent

public class IMouseWheelEvent
extends java.lang.Object

Abstracted mouse wheel event

Author:
Satoru Sugihara

Field Summary
 int rotation
           
 int scrollAmount
           
 int scrollType
           
 
Constructor Summary
IMouseWheelEvent()
           
IMouseWheelEvent(int rot)
           
IMouseWheelEvent(java.awt.event.MouseWheelEvent e)
           
 
Method Summary
 int getScrollAmount()
           
 int getScrollType()
           
 int getWheelRotation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotation

public int rotation

scrollAmount

public int scrollAmount

scrollType

public int scrollType
Constructor Detail

IMouseWheelEvent

public IMouseWheelEvent()

IMouseWheelEvent

public IMouseWheelEvent(int rot)

IMouseWheelEvent

public IMouseWheelEvent(java.awt.event.MouseWheelEvent e)
Method Detail

getScrollAmount

public int getScrollAmount()

getScrollType

public int getScrollType()

getWheelRotation

public int getWheelRotation()