Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedLengthList
-
Packages that use SVGOMAnimatedLengthList Package Description org.apache.batik.anim.dom -
-
Uses of SVGOMAnimatedLengthList in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedLengthList Modifier and Type Field Description protected SVGOMAnimatedLengthListSVGOMTextPositioningElement. dxThe 'dx' attribute value.protected SVGOMAnimatedLengthListSVGOMTextPositioningElement. dyThe 'dy' attribute value.protected SVGOMAnimatedLengthListSVGOMTextPositioningElement. xThe 'x' attribute value.protected SVGOMAnimatedLengthListSVGOMTextPositioningElement. yThe 'y' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedLengthList Modifier and Type Method Description protected SVGOMAnimatedLengthListSVGOMElement. createLiveAnimatedLengthList(java.lang.String ns, java.lang.String ln, java.lang.String def, boolean emptyAllowed, short dir)Creates a newSVGOMAnimatedLengthListand stores it in this element's LiveAttributeValue table.
-