Uses of Interface
org.loboevolution.html.dom.svg.SVGPreserveAspectRatio
Packages that use SVGPreserveAspectRatio
-
Uses of SVGPreserveAspectRatio in org.loboevolution.html.dom.svg
Methods in org.loboevolution.html.dom.svg that return SVGPreserveAspectRatioModifier and TypeMethodDescriptionSVGAnimatedPreserveAspectRatio.getAnimVal()
getAnimVal.SVGAnimatedPreserveAspectRatio.getBaseVal()
getBaseVal. -
Uses of SVGPreserveAspectRatio in org.loboevolution.html.dom.svgimpl
Classes in org.loboevolution.html.dom.svgimpl that implement SVGPreserveAspectRatioModifier and TypeClassDescriptionclass
SVGPreserveAspectRatioImpl class.Methods in org.loboevolution.html.dom.svgimpl that return SVGPreserveAspectRatioModifier and TypeMethodDescriptionSVGAnimatedPreserveAspectRatioImpl.getAnimVal()
SVGAnimatedPreserveAspectRatioImpl.getBaseVal()
Constructors in org.loboevolution.html.dom.svgimpl with parameters of type SVGPreserveAspectRatioModifierConstructorDescriptionSVGAnimatedPreserveAspectRatioImpl
(SVGPreserveAspectRatio baseVal, SVGElementImpl owner) SVGPreserveAspectRatioImpl
(SVGPreserveAspectRatio preserveAspectRatio) Copy constructor.