Package org.apache.batik.anim.dom
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
protected class SVGOMAnimatedRect.AnimSVGRect extends SVGOMRect
This class represents the SVGRect returned by getAnimVal().
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnimSVGRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHeight()DOM: 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).
-
-
-
Method Detail
-
getX
public float getX()
DOM: ImplementsSVGRect.getX().
-
getY
public float getY()
DOM: ImplementsSVGRect.getY().
-
getWidth
public float getWidth()
DOM: ImplementsSVGRect.getWidth().
-
getHeight
public float getHeight()
DOM: ImplementsSVGRect.getHeight().
-
setX
public void setX(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setX(float).
-
setY
public void setY(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setY(float).
-
setWidth
public void setWidth(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setWidth(float).
-
setHeight
public void setHeight(float value) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setHeight(float).
-
setAnimatedValue
protected void setAnimatedValue(float x, float y, float w, float h)Sets the animated value.
-
-