Searched refs:getPreciseWheelRotation (Results 1 - 4 of 4) 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();
/openjdk7/jdk/test/java/awt/event/MouseEvent/SmoothWheel/
H A DSmoothWheel.java80 wheelRotation = e.getPreciseWheelRotation();
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4801 ((MouseWheelEvent)e).getPreciseWheelRotation());
H A DComponent.java5007 e.getPreciseWheelRotation());

Completed in 66 milliseconds