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 {@link SVGRect#getHeight()}.
floatgetWidth()
DOM: Implements {@link SVGRect#getWidth()}.
floatgetX()
DOM: Implements {@link SVGRect#getX()}.
floatgetY()
DOM: Implements {@link SVGRect#getY()}.
protected voidsetAnimatedValue(float x, float y, float w, float h)
Sets the animated value.
voidsetHeight(float value)
DOM: Implements {@link SVGRect#setHeight(float)}.
voidsetWidth(float value)
DOM: Implements {@link SVGRect#setWidth(float)}.
voidsetX(float value)
DOM: Implements {@link SVGRect#setX(float)}.
voidsetY(float value)
DOM: Implements {@link SVGRect#setY(float)}.

Method Detail

getHeight

public float getHeight()
DOM: Implements {@link SVGRect#getHeight()}.

getWidth

public float getWidth()
DOM: Implements {@link SVGRect#getWidth()}.

getX

public float getX()
DOM: Implements {@link SVGRect#getX()}.

getY

public float getY()
DOM: Implements {@link 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 {@link SVGRect#setHeight(float)}.

setWidth

public void setWidth(float value)
DOM: Implements {@link SVGRect#setWidth(float)}.

setX

public void setX(float value)
DOM: Implements {@link SVGRect#setX(float)}.

setY

public void setY(float value)
DOM: Implements {@link SVGRect#setY(float)}.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.