org.apache.batik.dom.svg

Class SVGZoomAndPanSupport

public class SVGZoomAndPanSupport extends Object implements SVGConstants

This class provides support for SVGZoomAndPan features.
Constructor Summary
protected SVGZoomAndPanSupport()
This class does not need to be instantiated.
Method Summary
static shortgetZoomAndPan(Element elt)
Returns the ZoomAndPan attribute value.
static voidsetZoomAndPan(Element elt, short val)
Sets the zoomAndPan attribute value.

Constructor Detail

SVGZoomAndPanSupport

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

Method Detail

getZoomAndPan

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

setZoomAndPan

public static void setZoomAndPan(Element elt, short val)
Sets the zoomAndPan attribute value.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.