org.apache.batik.dom.svg
Class SVGZoomAndPanSupport
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGZoomAndPanSupport
- public class SVGZoomAndPanSupport
- extends java.lang.Object
This class provides support for SVGZoomAndPan features.
Field Summary |
static java.lang.String |
DISABLE
The disable zoomAndPan attribute value. |
static java.lang.String |
MAGNIFY
The magnify zoomAndPan attribute value. |
static java.lang.String |
ZOOM
The disable zoomAndPan attribute value. |
static java.lang.String |
ZOOM_AND_PAN
The zoomAndPan attribute name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZOOM_AND_PAN
public static final java.lang.String ZOOM_AND_PAN
- The zoomAndPan attribute name.
DISABLE
public static final java.lang.String DISABLE
- The disable zoomAndPan attribute value.
MAGNIFY
public static final java.lang.String MAGNIFY
- The magnify zoomAndPan attribute value.
ZOOM
public static final java.lang.String ZOOM
- The disable zoomAndPan attribute value.
SVGZoomAndPanSupport
protected SVGZoomAndPanSupport()
- This class does not need to be instantiated.
setZoomAndPan
public static void setZoomAndPan(Element elt,
short val)
throws DOMException
- Sets the zoomAndPan attribute value.
getZoomAndPan
public static short getZoomAndPan(Element elt)
- Returns the ZoomAndPan attribute value.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.