Searched defs:getPreciseWheelRotation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/event/
H A DMouseWheelEvent.java83 * class provides the {@link #getPreciseWheelRotation} method which returns
85 * The {@link #getPreciseWheelRotation} method is useful if a mouse supports
150 * @see #getPreciseWheelRotation
353 * @see #getPreciseWheelRotation
370 public double getPreciseWheelRotation() { method in class:MouseWheelEvent
445 getWheelRotation()+",preciseWheelRotation="+getPreciseWheelRotation();

Completed in 35 milliseconds