org.apache.batik.dom.svg

Class SVGOMAnimatedRect.AnimSVGRect

protected class SVGOMAnimatedRect.AnimSVGRect extends SVGOMRect

This class represents the SVGRect returned by getAnimVal().
Method Summary
floatgetHeight()
DOM: Implements SVGRect#getHeight().
floatgetWidth()
DOM: Implements SVGRect#getWidth().
floatgetX()
DOM: Implements SVGRect#getX().
floatgetY()
DOM: Implements SVGRect#getY().
protected voidsetAnimatedValue(float x, float y, float w, float h)
Sets the animated value.
voidsetHeight(float value)
DOM: Implements SVGRect#setHeight(float).
voidsetWidth(float value)
DOM: Implements SVGRect#setWidth(float).
voidsetX(float value)
DOM: Implements SVGRect#setX(float).
voidsetY(float value)
DOM: Implements SVGRect#setY(float).

Method Detail

getHeight

public float getHeight()
DOM: Implements SVGRect#getHeight().

getWidth

public float getWidth()
DOM: Implements SVGRect#getWidth().

getX

public float getX()
DOM: Implements SVGRect#getX().

getY

public float getY()
DOM: Implements SVGRect#getY().

setAnimatedValue

protected void setAnimatedValue(float x, float y, float w, float h)
Sets the animated value.

setHeight

public void setHeight(float value)
DOM: Implements SVGRect#setHeight(float).

setWidth

public void setWidth(float value)
DOM: Implements SVGRect#setWidth(float).

setX

public void setX(float value)
DOM: Implements SVGRect#setX(float).

setY

public void setY(float value)
DOM: Implements SVGRect#setY(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.