org.vectomatic.svg.edit.client.event
Class RotationEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<RotationHandler>
org.vectomatic.svg.edit.client.event.RotationEvent
public class RotationEvent
- extends com.google.gwt.event.shared.GwtEvent<RotationHandler>
Event emitted when a rotation occurs
- Author:
- laaglu
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RotationEvent
public RotationEvent(float angleDeg)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RotationHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RotationHandler>
getType
public static com.google.gwt.event.shared.GwtEvent.Type<RotationHandler> getType()
- Ensures the existence of the handler hook and then returns it.
- Returns:
- returns a handler hook
dispatch
protected void dispatch(RotationHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<RotationHandler>
getAngle
public float getAngle()
Copyright © 2010. All Rights Reserved.