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

/openjdk7/jdk/src/macosx/classes/com/apple/eawt/event/
H A DMagnificationEvent.java29 * Event encapsulating a relative magnification scale performed by the user.
36 final double magnification; field in class:MagnificationEvent
38 MagnificationEvent(final double magnification) { argument
40 this.magnification = magnification;
44 * @return an abstract measure of magnification scale (both positive and negative)
47 return magnification;

Completed in 29 milliseconds