public class SVGOMRect
extends java.lang.Object
implements org.w3c.dom.svg.SVGRect
SVGRect that is not associated with an
attribute.| Modifier and Type | Field and Description |
|---|---|
protected float |
h
The rect's height.
|
protected float |
w
The rect's width.
|
protected float |
x
The rect's x coordinate.
|
protected float |
y
The rect's y coordinate.
|
| Constructor and Description |
|---|
SVGOMRect()
Creates a new SVGOMRect with all values set to zero.
|
SVGOMRect(float x,
float y,
float w,
float h)
Creates a new SVGOMRect with the specified position and dimensions.
|
| 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(). |
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). |
protected float x
protected float y
protected float w
protected float h
public SVGOMRect()
public SVGOMRect(float x,
float y,
float w,
float h)
public float getX()
SVGRect.getX().getX in interface org.w3c.dom.svg.SVGRectpublic void setX(float x)
throws org.w3c.dom.DOMException
SVGRect.setX(float).setX in interface org.w3c.dom.svg.SVGRectorg.w3c.dom.DOMExceptionpublic float getY()
SVGRect.getY().getY in interface org.w3c.dom.svg.SVGRectpublic void setY(float y)
throws org.w3c.dom.DOMException
SVGRect.setY(float).setY in interface org.w3c.dom.svg.SVGRectorg.w3c.dom.DOMExceptionpublic float getWidth()
SVGRect.getWidth().getWidth in interface org.w3c.dom.svg.SVGRectpublic void setWidth(float width)
throws org.w3c.dom.DOMException
SVGRect.setWidth(float).setWidth in interface org.w3c.dom.svg.SVGRectorg.w3c.dom.DOMExceptionpublic float getHeight()
SVGRect.getHeight().getHeight in interface org.w3c.dom.svg.SVGRectpublic void setHeight(float height)
throws org.w3c.dom.DOMException
SVGRect.setHeight(float).setHeight in interface org.w3c.dom.svg.SVGRectorg.w3c.dom.DOMException