org.apache.batik.dom.svg
Class SVGPreserveAspectRatioSupport
java.lang.Object
org.apache.batik.dom.svg.SVGPreserveAspectRatioSupport
- public class SVGPreserveAspectRatioSupport
- extends Object
Support for the 'preserveAspectRatio' interface on the SVG element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGPreserveAspectRatioSupport
public SVGPreserveAspectRatioSupport()
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.