protected class SVGOMAnimatedRect.AnimSVGRect extends SVGOMRect
| Modifier | Constructor and Description |
|---|---|
protected |
AnimSVGRect() |
| Modifier and Type | Method and 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(). |
protected void |
setAnimatedValue(float x,
float y,
float w,
float h)
Sets the animated value.
|
void |
setHeight(float value)
DOM: Implements
SVGRect.setHeight(float). |
void |
setWidth(float value)
DOM: Implements
SVGRect.setWidth(float). |
void |
setX(float value)
DOM: Implements
SVGRect.setX(float). |
void |
setY(float value)
DOM: Implements
SVGRect.setY(float). |
public float getX()
SVGRect.getX().getX in interface org.w3c.dom.svg.SVGRectgetX in class SVGOMRectpublic float getY()
SVGRect.getY().getY in interface org.w3c.dom.svg.SVGRectgetY in class SVGOMRectpublic float getWidth()
SVGRect.getWidth().getWidth in interface org.w3c.dom.svg.SVGRectgetWidth in class SVGOMRectpublic float getHeight()
SVGRect.getHeight().getHeight in interface org.w3c.dom.svg.SVGRectgetHeight in class SVGOMRectpublic void setX(float value)
throws DOMException
SVGRect.setX(float).setX in interface org.w3c.dom.svg.SVGRectsetX in class SVGOMRectDOMExceptionpublic void setY(float value)
throws DOMException
SVGRect.setY(float).setY in interface org.w3c.dom.svg.SVGRectsetY in class SVGOMRectDOMExceptionpublic void setWidth(float value)
throws DOMException
SVGRect.setWidth(float).setWidth in interface org.w3c.dom.svg.SVGRectsetWidth in class SVGOMRectDOMExceptionpublic void setHeight(float value)
throws DOMException
SVGRect.setHeight(float).setHeight in interface org.w3c.dom.svg.SVGRectsetHeight in class SVGOMRectDOMExceptionprotected void setAnimatedValue(float x,
float y,
float w,
float h)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.