Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedNumberList
-
Packages that use SVGOMAnimatedNumberList Package Description org.apache.batik.anim.dom -
-
Uses of SVGOMAnimatedNumberList in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedNumberList Modifier and Type Field Description protected SVGOMAnimatedNumberList
SVGOMTextPositioningElement. rotate
The 'rotate' attribute value.protected SVGOMAnimatedNumberList
SVGOMComponentTransferFunctionElement. tableValues
The 'tableValues' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedNumberList Modifier and Type Method Description protected SVGOMAnimatedNumberList
SVGOMElement. createLiveAnimatedNumberList(java.lang.String ns, java.lang.String ln, java.lang.String def, boolean canEmpty)
Creates a newSVGOMAnimatedNumberList
and stores it in this element's LiveAttributeValue table.
-