protected class SVGOMAnimatedRect.BaseSVGRect extends SVGOMRect
Modifier and Type | Field and Description |
---|---|
protected boolean |
valid
Whether this rect is valid.
|
Modifier | Constructor and Description |
---|---|
protected |
SVGOMAnimatedRect.BaseSVGRect() |
Modifier and Type | Method and Description |
---|---|
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) . |
public void invalidate()
protected void reset()
protected void revalidate()
public void setX(float x) throws org.w3c.dom.DOMException
setX(float)
.public void setY(float y) throws org.w3c.dom.DOMException
setY(float)
.public float getWidth()
getWidth()
.public void setWidth(float width) throws org.w3c.dom.DOMException
setWidth(float)
.public float getHeight()
getHeight()
.public void setHeight(float height) throws org.w3c.dom.DOMException
setHeight(float)
.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.