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 protected
AnimSVGRect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getHeight()
DOM: ImplementsSVGRect.getHeight()
.float
getWidth()
DOM: ImplementsSVGRect.getWidth()
.float
getX()
DOM: ImplementsSVGRect.getX()
.float
getY()
DOM: ImplementsSVGRect.getY()
.protected void
setAnimatedValue(float x, float y, float w, float h)
Sets the animated value.void
setHeight(float value)
DOM: ImplementsSVGRect.setHeight(float)
.void
setWidth(float value)
DOM: ImplementsSVGRect.setWidth(float)
.void
setX(float value)
DOM: ImplementsSVGRect.setX(float)
.void
setY(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.DOMException
DOM: ImplementsSVGRect.setX(float)
.
-
setY
public void setY(float value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setY(float)
.
-
setWidth
public void setWidth(float value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setWidth(float)
.
-
setHeight
public void setHeight(float value) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setHeight(float)
.
-
setAnimatedValue
protected void setAnimatedValue(float x, float y, float w, float h)
Sets the animated value.
-
-