|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.dom.svg.SVGOMRect
org.apache.batik.dom.svg.SVGOMAnimatedRect.AnimSVGRect
This class represents the SVGRect returned by getAnimVal().
| Field Summary |
| Fields inherited from class org.apache.batik.dom.svg.SVGOMRect |
h, w, x, y |
| Constructor Summary | |
protected |
SVGOMAnimatedRect.AnimSVGRect()
|
| 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). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SVGOMAnimatedRect.AnimSVGRect()
| Method Detail |
public float getX()
SVGRect.getX().
getX in interface SVGRectgetX in class SVGOMRectpublic float getY()
SVGRect.getY().
getY in interface SVGRectgetY in class SVGOMRectpublic float getWidth()
SVGRect.getWidth().
getWidth in interface SVGRectgetWidth in class SVGOMRectpublic float getHeight()
SVGRect.getHeight().
getHeight in interface SVGRectgetHeight in class SVGOMRect
public void setX(float value)
throws DOMException
SVGRect.setX(float).
setX in interface SVGRectsetX in class SVGOMRectDOMException
public void setY(float value)
throws DOMException
SVGRect.setY(float).
setY in interface SVGRectsetY in class SVGOMRectDOMException
public void setWidth(float value)
throws DOMException
SVGRect.setWidth(float).
setWidth in interface SVGRectsetWidth in class SVGOMRectDOMException
public void setHeight(float value)
throws DOMException
SVGRect.setHeight(float).
setHeight in interface SVGRectsetHeight in class SVGOMRectDOMException
protected void setAnimatedValue(float x,
float y,
float w,
float h)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||