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 protectedBaseSVGRect()
-
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().voidinvalidate()Invalidates this length.protected voidreset()Resets the value of the associated attribute.protected voidrevalidate()Initializes the length, if needed.voidsetHeight(float height)DOM: ImplementsSVGRect.setHeight(float).voidsetWidth(float width)DOM: ImplementsSVGRect.setWidth(float).voidsetX(float x)DOM: ImplementsSVGRect.setX(float).voidsetY(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.DOMExceptionDOM: ImplementsSVGRect.setX(float).
-
getY
public float getY()
DOM: ImplementsSVGRect.getY().
-
setY
public void setY(float y) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setY(float).
-
getWidth
public float getWidth()
DOM: ImplementsSVGRect.getWidth().
-
setWidth
public void setWidth(float width) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setWidth(float).
-
getHeight
public float getHeight()
DOM: ImplementsSVGRect.getHeight().
-
-