|
||||||||||
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.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 getHeight() . |
float |
getWidth()
DOM: Implements getWidth() . |
float |
getX()
DOM: Implements getX() . |
float |
getY()
DOM: Implements 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 setHeight(float) . |
void |
setWidth(float width)
DOM: Implements setWidth(float) . |
void |
setX(float x)
DOM: Implements setX(float) . |
void |
setY(float y)
DOM: Implements 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()
getX()
.
getX
in class SVGOMRect
public void setX(float x) throws DOMException
setX(float)
.
setX
in class SVGOMRect
DOMException
public float getY()
getY()
.
getY
in class SVGOMRect
public void setY(float y) throws DOMException
setY(float)
.
setY
in class SVGOMRect
DOMException
public float getWidth()
getWidth()
.
getWidth
in class SVGOMRect
public void setWidth(float width) throws DOMException
setWidth(float)
.
setWidth
in class SVGOMRect
DOMException
public float getHeight()
getHeight()
.
getHeight
in class SVGOMRect
public void setHeight(float height) throws DOMException
setHeight(float)
.
setHeight
in class SVGOMRect
DOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |