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