org.apache.batik.dom.svg
Class SVGOMRect
java.lang.Object
|
+--org.apache.batik.dom.svg.SVGOMRect
- All Implemented Interfaces:
- SVGRect
- public class SVGOMRect
- extends java.lang.Object
- implements SVGRect
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGOMRect
public SVGOMRect()
SVGOMRect
public SVGOMRect(float x,
float y,
float w,
float h)
getX
public float getX()
- Specified by:
getX
in interface SVGRect
setX
public void setX(float x)
throws DOMException
- Specified by:
setX
in interface SVGRect
DOMException
getY
public float getY()
- Specified by:
getY
in interface SVGRect
setY
public void setY(float y)
throws DOMException
- Specified by:
setY
in interface SVGRect
DOMException
getWidth
public float getWidth()
- Specified by:
getWidth
in interface SVGRect
setWidth
public void setWidth(float width)
throws DOMException
- Specified by:
setWidth
in interface SVGRect
DOMException
getHeight
public float getHeight()
- Specified by:
getHeight
in interface SVGRect
setHeight
public void setHeight(float height)
throws DOMException
- Specified by:
setHeight
in interface SVGRect
DOMException
Copyright © 2002 Apache Software Foundation. All Rights Reserved.