Uses of Class
org.apache.batik.anim.dom.SVGOMAnimatedInteger
-
Packages that use SVGOMAnimatedInteger Package Description org.apache.batik.anim.dom -
-
Uses of SVGOMAnimatedInteger in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as SVGOMAnimatedInteger Modifier and Type Field Description protected SVGOMAnimatedInteger
SVGOMFETurbulenceElement. numOctaves
The 'numOctaves' attribute value.Methods in org.apache.batik.anim.dom that return SVGOMAnimatedInteger Modifier and Type Method Description protected SVGOMAnimatedInteger
SVGOMElement. createLiveAnimatedInteger(java.lang.String ns, java.lang.String ln, int def)
Creates a newSVGOMAnimatedInteger
and stores it in this element's LiveAttributeValue table.
-