com.apple.eawt.event.RotationEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orange-extensions Show documentation
Show all versions of orange-extensions Show documentation
A pluggable jar containing stubs for the Apple Java Extensions, updated for Java 5 & 6
The newest version!
package com.apple.eawt.event;
/**
* @since 10.5 Update 7 and Java for Mac OS X 10.6 Update 2
*/
public class RotationEvent extends GestureEvent {
public double getRotation() {
return 0D;
}
}