All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3c.dom.svg.SVGZoomEvent Maven / Gradle / Ivy

There is a newer version: 0.4.3
Show newest version

package org.w3c.dom.svg;

import org.w3c.dom.events.UIEvent;

public interface SVGZoomEvent extends 
               UIEvent {
  public SVGRect getZoomRectScreen( );
  public float getPreviousScale( );
  public SVGPoint getPreviousTranslate( );
  public float getNewScale( );
  public SVGPoint getNewTranslate( );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy