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 SVGOMAnimatedNumberListSVGOMTextPositioningElement. rotateThe 'rotate' attribute value.protected SVGOMAnimatedNumberListSVGOMComponentTransferFunctionElement. tableValuesThe 'tableValues' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedNumberList Modifier and Type Method Description protected SVGOMAnimatedNumberListSVGOMElement. createLiveAnimatedNumberList(java.lang.String ns, java.lang.String ln, java.lang.String def, boolean canEmpty)Creates a newSVGOMAnimatedNumberListand stores it in this element's LiveAttributeValue table.
-