Class SVGZoomAndPanSupport

  • All Implemented Interfaces:
    XMLConstants, CSSConstants, SVGConstants

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

      • SVGZoomAndPanSupport

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

      • setZoomAndPan

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

        public static short getZoomAndPan​(org.w3c.dom.Element elt)
        Returns the ZoomAndPan attribute value.