Package org.apache.batik.anim.dom
Class SVGOMAnimatedRect.BaseSVGRect
- java.lang.Object
-
- org.apache.batik.dom.svg.SVGOMRect
-
- org.apache.batik.anim.dom.SVGOMAnimatedRect.BaseSVGRect
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGRect
- Enclosing class:
- SVGOMAnimatedRect
protected class SVGOMAnimatedRect.BaseSVGRect extends SVGOMRect
This class represents the SVGRect returned by getBaseVal().
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseSVGRect()
-
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()
.void
invalidate()
Invalidates this length.protected void
reset()
Resets the value of the associated attribute.protected void
revalidate()
Initializes the length, if needed.void
setHeight(float height)
DOM: ImplementsSVGRect.setHeight(float)
.void
setWidth(float width)
DOM: ImplementsSVGRect.setWidth(float)
.void
setX(float x)
DOM: ImplementsSVGRect.setX(float)
.void
setY(float y)
DOM: ImplementsSVGRect.setY(float)
.
-
-
-
Method Detail
-
invalidate
public void invalidate()
Invalidates this length.
-
reset
protected void reset()
Resets the value of the associated attribute.
-
revalidate
protected void revalidate()
Initializes the length, if needed.
-
getX
public float getX()
DOM: ImplementsSVGRect.getX()
.
-
setX
public void setX(float x) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setX(float)
.
-
getY
public float getY()
DOM: ImplementsSVGRect.getY()
.
-
setY
public void setY(float y) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setY(float)
.
-
getWidth
public float getWidth()
DOM: ImplementsSVGRect.getWidth()
.
-
setWidth
public void setWidth(float width) throws org.w3c.dom.DOMException
DOM: ImplementsSVGRect.setWidth(float)
.
-
getHeight
public float getHeight()
DOM: ImplementsSVGRect.getHeight()
.
-
-