|
||||||||||
| 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.anim.dom.SVGOMAnimatedRect.BaseSVGRect
protected class SVGOMAnimatedRect.BaseSVGRect
This class represents the SVGRect returned by getBaseVal().
| Field Summary | |
|---|---|
protected boolean |
valid
Whether this rect is valid. |
| Fields inherited from class org.apache.batik.dom.svg.SVGOMRect |
|---|
h, w, x, y |
| Constructor Summary | |
|---|---|
protected |
SVGOMAnimatedRect.BaseSVGRect()
|
| 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(). |
void |
invalidate()
Invalidates this length. |
protected void |
reset()
Resets the value of the associated attribute. |
protected void |
revalidate()
Initializes the length, if needed. |
void |
setHeight(float height)
DOM: Implements SVGRect.setHeight(float). |
void |
setWidth(float width)
DOM: Implements SVGRect.setWidth(float). |
void |
setX(float x)
DOM: Implements SVGRect.setX(float). |
void |
setY(float y)
DOM: Implements SVGRect.setY(float). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean valid
| Constructor Detail |
|---|
protected SVGOMAnimatedRect.BaseSVGRect()
| Method Detail |
|---|
public void invalidate()
protected void reset()
protected void revalidate()
public float getX()
SVGRect.getX().
getX in interface org.w3c.dom.svg.SVGRectgetX in class SVGOMRect
public void setX(float x)
throws DOMException
SVGRect.setX(float).
setX in interface org.w3c.dom.svg.SVGRectsetX in class SVGOMRectDOMExceptionpublic float getY()
SVGRect.getY().
getY in interface org.w3c.dom.svg.SVGRectgetY in class SVGOMRect
public void setY(float y)
throws DOMException
SVGRect.setY(float).
setY in interface org.w3c.dom.svg.SVGRectsetY in class SVGOMRectDOMExceptionpublic float getWidth()
SVGRect.getWidth().
getWidth in interface org.w3c.dom.svg.SVGRectgetWidth in class SVGOMRect
public void setWidth(float width)
throws DOMException
SVGRect.setWidth(float).
setWidth in interface org.w3c.dom.svg.SVGRectsetWidth in class SVGOMRectDOMExceptionpublic float getHeight()
SVGRect.getHeight().
getHeight in interface org.w3c.dom.svg.SVGRectgetHeight in class SVGOMRect
public void setHeight(float height)
throws DOMException
SVGRect.setHeight(float).
setHeight in interface org.w3c.dom.svg.SVGRectsetHeight in class SVGOMRectDOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||