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