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 SVGOMAnimatedLengthList
SVGOMTextPositioningElement. dx
The 'dx' attribute value.protected SVGOMAnimatedLengthList
SVGOMTextPositioningElement. dy
The 'dy' attribute value.protected SVGOMAnimatedLengthList
SVGOMTextPositioningElement. x
The 'x' attribute value.protected SVGOMAnimatedLengthList
SVGOMTextPositioningElement. y
The 'y' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedLengthList Modifier and Type Method Description protected SVGOMAnimatedLengthList
SVGOMElement. createLiveAnimatedLengthList(java.lang.String ns, java.lang.String ln, java.lang.String def, boolean emptyAllowed, short dir)
Creates a newSVGOMAnimatedLengthList
and stores it in this element's LiveAttributeValue table.
-