Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedRect
-
Packages that use SVGOMAnimatedRect Package Description org.apache.batik.anim.dom -
-
Uses of SVGOMAnimatedRect in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedRect Modifier and Type Field Description protected SVGOMAnimatedRect
SVGOMMarkerElement. viewBox
The 'viewBox' attribute value.protected SVGOMAnimatedRect
SVGOMSVGElement. viewBox
The 'viewBox' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedRect Modifier and Type Method Description protected SVGOMAnimatedRect
SVGOMElement. createLiveAnimatedRect(java.lang.String ns, java.lang.String ln, java.lang.String value)
Creates a newSVGOMAnimatedRect
and stores it in this element's LiveAttributeValue table.
-