Package org.apache.batik.dom.svg
Class SVGOMRect
- java.lang.Object
-
- org.apache.batik.dom.svg.SVGOMRect
-
- All Implemented Interfaces:
org.w3c.dom.svg.SVGRect
- Direct Known Subclasses:
SVGOMAnimatedRect.AnimSVGRect,SVGOMAnimatedRect.BaseSVGRect
public class SVGOMRect extends java.lang.Object implements org.w3c.dom.svg.SVGRectAn implementation ofSVGRectthat is not associated with an attribute.- Version:
- $Id: SVGOMRect.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetHeight()DOM: ImplementsSVGRect.getHeight().floatgetWidth()DOM: ImplementsSVGRect.getWidth().floatgetX()DOM: ImplementsSVGRect.getX().floatgetY()DOM: ImplementsSVGRect.getY().voidsetHeight(float height)DOM: ImplementsSVGRect.setHeight(float).voidsetWidth(float width)DOM: ImplementsSVGRect.setWidth(float).voidsetX(float x)DOM: ImplementsSVGRect.setX(float).voidsetY(float y)DOM: ImplementsSVGRect.setY(float).
-
-
-
Method Detail
-
getX
public float getX()
DOM: ImplementsSVGRect.getX().- Specified by:
getXin interfaceorg.w3c.dom.svg.SVGRect
-
setX
public void setX(float x) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setX(float).- Specified by:
setXin interfaceorg.w3c.dom.svg.SVGRect- Throws:
org.w3c.dom.DOMException
-
getY
public float getY()
DOM: ImplementsSVGRect.getY().- Specified by:
getYin interfaceorg.w3c.dom.svg.SVGRect
-
setY
public void setY(float y) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setY(float).- Specified by:
setYin interfaceorg.w3c.dom.svg.SVGRect- Throws:
org.w3c.dom.DOMException
-
getWidth
public float getWidth()
DOM: ImplementsSVGRect.getWidth().- Specified by:
getWidthin interfaceorg.w3c.dom.svg.SVGRect
-
setWidth
public void setWidth(float width) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setWidth(float).- Specified by:
setWidthin interfaceorg.w3c.dom.svg.SVGRect- Throws:
org.w3c.dom.DOMException
-
getHeight
public float getHeight()
DOM: ImplementsSVGRect.getHeight().- Specified by:
getHeightin interfaceorg.w3c.dom.svg.SVGRect
-
setHeight
public void setHeight(float height) throws org.w3c.dom.DOMExceptionDOM: ImplementsSVGRect.setHeight(float).- Specified by:
setHeightin interfaceorg.w3c.dom.svg.SVGRect- Throws:
org.w3c.dom.DOMException
-
-