Class SVGZoomAndPanSupport

java.lang.Object
org.apache.batik.dom.svg.SVGZoomAndPanSupport
All Implemented Interfaces:
XMLConstants, CSSConstants, SVGConstants

public class SVGZoomAndPanSupport extends Object implements SVGConstants
This class provides support for SVGZoomAndPan features.
Version:
$Id: SVGZoomAndPanSupport.java 1802297 2017-07-18 13:58:12Z ssteiner $
  • Constructor Details

    • SVGZoomAndPanSupport

      protected SVGZoomAndPanSupport()
      This class does not need to be instantiated.
  • Method Details

    • setZoomAndPan

      public static void setZoomAndPan(Element elt, short val) throws DOMException
      Sets the zoomAndPan attribute value.
      Throws:
      DOMException
    • getZoomAndPan

      public static short getZoomAndPan(Element elt)
      Returns the ZoomAndPan attribute value.