org.apache.batik.dom.svg
Class SVGOMAnimatedRect.AnimSVGRect
protected
class
SVGOMAnimatedRect.AnimSVGRect
extends SVGOMRect
This class represents the SVGRect returned by getAnimVal().
Method Summary |
float | getHeight()
DOM: Implements SVGRect#getHeight(). |
float | getWidth()
DOM: Implements SVGRect#getWidth(). |
float | getX()
DOM: Implements SVGRect#getX(). |
float | getY()
DOM: Implements SVGRect#getY(). |
protected void | setAnimatedValue(float x, float y, float w, float h)
Sets the animated value. |
void | setHeight(float value)
DOM: Implements SVGRect#setHeight(float). |
void | setWidth(float value)
DOM: Implements SVGRect#setWidth(float). |
void | setX(float value)
DOM: Implements SVGRect#setX(float). |
void | setY(float value)
DOM: Implements SVGRect#setY(float). |
public float getHeight()
DOM: Implements SVGRect#getHeight().
public float getWidth()
DOM: Implements SVGRect#getWidth().
public float getX()
DOM: Implements SVGRect#getX().
public float getY()
DOM: Implements SVGRect#getY().
protected void setAnimatedValue(float x, float y, float w, float h)
Sets the animated value.
public void setHeight(float value)
DOM: Implements SVGRect#setHeight(float).
public void setWidth(float value)
DOM: Implements SVGRect#setWidth(float).
public void setX(float value)
DOM: Implements SVGRect#setX(float).
public void setY(float value)
DOM: Implements SVGRect#setY(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.