|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.dom.client.DomEvent<SVGZoomHandler>
org.vectomatic.dom.svg.events.SVGZoomEvent
public class SVGZoomEvent
The zoom event occurs when the user initiates an action which causes the current view of the SVG document fragment to be rescaled. Event handlers are only recognized on svg elements.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
---|
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler> |
Constructor Summary | |
---|---|
protected |
SVGZoomEvent()
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events. |
Method Summary | |
---|---|
protected void |
dispatch(SVGZoomHandler handler)
|
com.google.gwt.event.dom.client.DomEvent.Type<SVGZoomHandler> |
getAssociatedType()
|
float |
getNewScale()
Returns the scale factor that will be in place after the zoom operation has been processed. |
OMSVGPoint |
getNewTranslate()
Returns the translation values that will be in place after the zoom operation has been processed. |
float |
getPreviousScale()
Returns the scale factor from previous zoom operations that was in place before the zoom operation occurred. |
OMSVGPoint |
getPreviousTranslate()
Returns the translation values from previous zoom operations that were in place before the zoom operation occurred. |
static com.google.gwt.event.dom.client.DomEvent.Type<SVGZoomHandler> |
getType()
|
OMSVGRect |
getZoomRectScreen()
Returns the specified zoom rectangle in screen units. |
Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
---|
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SVGZoomEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events.
Method Detail |
---|
public com.google.gwt.event.dom.client.DomEvent.Type<SVGZoomHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<SVGZoomHandler>
public static com.google.gwt.event.dom.client.DomEvent.Type<SVGZoomHandler> getType()
protected void dispatch(SVGZoomHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SVGZoomHandler>
public final OMSVGRect getZoomRectScreen()
public final float getPreviousScale()
public final OMSVGPoint getPreviousTranslate()
OMSVGPoint
object is read only.
public final float getNewScale()
public final OMSVGPoint getNewTranslate()
OMSVGPoint
object is read only.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |