org.apache.batik.dom.svg
Class SVGPreserveAspectRatioSupport

java.lang.Object
  extended byorg.apache.batik.dom.svg.SVGPreserveAspectRatioSupport

public class SVGPreserveAspectRatioSupport
extends java.lang.Object

Support for the 'preserveAspectRatio' interface on the SVG element.


Constructor Summary
SVGPreserveAspectRatioSupport()
           
 
Method Summary
static SVGAnimatedPreserveAspectRatio getPreserveAspectRatio(AbstractElement elt)
          To implement getPreserveAspectRatio.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGPreserveAspectRatioSupport

public SVGPreserveAspectRatioSupport()
Method Detail

getPreserveAspectRatio

public static SVGAnimatedPreserveAspectRatio getPreserveAspectRatio(AbstractElement elt)
To implement getPreserveAspectRatio. Returns the value of the 'preserveAspectRatio' attribute of the given element.



Copyright ? 2005 Apache Software Foundation. All Rights Reserved.