|
||||||||||
| 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
protected class 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 SVGOMAnimatedRect.BaseSVGRect.getHeight(). |
float |
getWidth()
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.getWidth(). |
float |
getX()
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.getX(). |
float |
getY()
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.getY(). |
protected void |
setAnimatedValue(float x,
float y,
float w,
float h)
Sets the animated value. |
void |
setHeight(float value)
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.setHeight(float). |
void |
setWidth(float value)
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.setWidth(float). |
void |
setX(float value)
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.setX(float). |
void |
setY(float value)
DOM: Implements SVGOMAnimatedRect.BaseSVGRect.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()
SVGOMAnimatedRect.BaseSVGRect.getX().
getX in class SVGOMRectpublic float getY()
SVGOMAnimatedRect.BaseSVGRect.getY().
getY in class SVGOMRectpublic float getWidth()
SVGOMAnimatedRect.BaseSVGRect.getWidth().
getWidth in class SVGOMRectpublic float getHeight()
SVGOMAnimatedRect.BaseSVGRect.getHeight().
getHeight in class SVGOMRect
public void setX(float value)
throws DOMException
SVGOMAnimatedRect.BaseSVGRect.setX(float).
setX in class SVGOMRectDOMException
public void setY(float value)
throws DOMException
SVGOMAnimatedRect.BaseSVGRect.setY(float).
setY in class SVGOMRectDOMException
public void setWidth(float value)
throws DOMException
SVGOMAnimatedRect.BaseSVGRect.setWidth(float).
setWidth in class SVGOMRectDOMException
public void setHeight(float value)
throws DOMException
SVGOMAnimatedRect.BaseSVGRect.setHeight(float).
setHeight 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 | |||||||||