| java.lang.Object net.refractions.udig.project.ui.render.displayAdapter.MapMouseEvent net.refractions.udig.project.ui.render.displayAdapter.MapMouseWheelEvent
MapMouseWheelEvent | public class MapMouseWheelEvent extends MapMouseEvent (Code) | | Event Mouse wheel events. API use?example?
author: Jones since: 0.3 See Also: MapMouseEvent |
Field Summary | |
final public int | clickCount The number of wheel clicks. |
Constructor Summary | |
public | MapMouseWheelEvent(IMapDisplay source, int x, int y, int modifiers, int buttons, int button, int clickCount) Construct MapMouseWheelEvent .
Parameters: source - The object that raised the event Parameters: state - the state of the event ORed together Parameters: x - the x position of the event Parameters: y - the y position of the event Parameters: clickCount - The number of wheel clicks. |
Method Summary | |
public int | getClickCount() Returns the number of wheel clicks. |
clickCount | final public int clickCount(Code) | | The number of wheel clicks. Positive indicates forward/up scroll direction.
|
MapMouseWheelEvent | public MapMouseWheelEvent(IMapDisplay source, int x, int y, int modifiers, int buttons, int button, int clickCount)(Code) | | Construct MapMouseWheelEvent .
Parameters: source - The object that raised the event Parameters: state - the state of the event ORed together Parameters: x - the x position of the event Parameters: y - the y position of the event Parameters: clickCount - The number of wheel clicks. Positive indicates forward/up scroll direction. |
getClickCount | public int getClickCount()(Code) | | Returns the number of wheel clicks. Positive indicates forward/up scroll direction. API is
this method required?
the number of wheel clicks. |
|
|