Class SVGOMAnimatedRect.AnimSVGRect
java.lang.Object
org.apache.batik.dom.svg.SVGOMRect
org.apache.batik.anim.dom.SVGOMAnimatedRect.AnimSVGRect
- All Implemented Interfaces:
org.w3c.dom.svg.SVGRect
- Enclosing class:
SVGOMAnimatedRect
This class represents the SVGRect returned by getAnimVal().
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatDOM: ImplementsSVGRect.getHeight().floatgetWidth()DOM: ImplementsSVGRect.getWidth().floatgetX()DOM: ImplementsSVGRect.getX().floatgetY()DOM: ImplementsSVGRect.getY().protected voidsetAnimatedValue(float x, float y, float w, float h) Sets the animated value.voidsetHeight(float value) DOM: ImplementsSVGRect.setHeight(float).voidsetWidth(float value) DOM: ImplementsSVGRect.setWidth(float).voidsetX(float value) DOM: ImplementsSVGRect.setX(float).voidsetY(float value) DOM: ImplementsSVGRect.setY(float).
-
Constructor Details
-
AnimSVGRect
protected AnimSVGRect()
-
-
Method Details
-
getX
-
getY
-
getWidth
-
getHeight
-
setX
DOM: ImplementsSVGRect.setX(float).- Specified by:
setXin interfaceorg.w3c.dom.svg.SVGRect- Overrides:
setXin classSVGOMRect- Throws:
DOMException
-
setY
DOM: ImplementsSVGRect.setY(float).- Specified by:
setYin interfaceorg.w3c.dom.svg.SVGRect- Overrides:
setYin classSVGOMRect- Throws:
DOMException
-
setWidth
DOM: ImplementsSVGRect.setWidth(float).- Specified by:
setWidthin interfaceorg.w3c.dom.svg.SVGRect- Overrides:
setWidthin classSVGOMRect- Throws:
DOMException
-
setHeight
DOM: ImplementsSVGRect.setHeight(float).- Specified by:
setHeightin interfaceorg.w3c.dom.svg.SVGRect- Overrides:
setHeightin classSVGOMRect- Throws:
DOMException
-
setAnimatedValue
protected void setAnimatedValue(float x, float y, float w, float h) Sets the animated value.
-