MouseWheelEvent.getDeltaY()
instead@Deprecated
public class MouseWheelVelocity
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
vY
Deprecated.
Stores the Y-axis velocity.
|
Constructor and Description |
---|
MouseWheelVelocity(Event e)
Deprecated.
Construct the higher-level view of the original ONMOUSEWHEEL Event.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Deprecated.
|
int |
getDeltaY()
Deprecated.
use
MouseWheelEvent.getDeltaY()
instead |
int |
hashCode()
Deprecated.
|
boolean |
isNorth()
Deprecated.
use
MouseWheelEvent.isNorth()
instead |
boolean |
isSouth()
Deprecated.
use
MouseWheelEvent.isSouth()
instead |
java.lang.String |
toString()
Deprecated.
|
public MouseWheelVelocity(Event e)
e
- the eventpublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
@Deprecated public int getDeltaY()
MouseWheelEvent.getDeltaY()
insteadpublic int hashCode()
hashCode
in class java.lang.Object
@Deprecated public boolean isNorth()
MouseWheelEvent.isNorth()
insteadtrue
if getDeltaY()
is a negative value.true
if the velocity includes a component directed
toword the top of the screen@Deprecated public boolean isSouth()
MouseWheelEvent.isSouth()
insteadtrue
if getDeltaY()
is a positive value.true
if the velocity includes a component directed
toword the bottom of the screenpublic java.lang.String toString()
toString
in class java.lang.Object