Class SVGRectImpl
java.lang.Object
org.loboevolution.html.dom.svgimpl.SVGRectImpl
- All Implemented Interfaces:
SVGRect
SVGRectImpl class.
-
Constructor Summary
ConstructorDescriptionSVGRectImpl
(float x, float y, float width, float height) Constructor for SVGRectImpl.SVGRectImpl
(Rectangle2D rect) Constructor for SVGRectImpl. -
Method Summary
-
Constructor Details
-
SVGRectImpl
public SVGRectImpl(float x, float y, float width, float height) Constructor for SVGRectImpl.
-
SVGRectImpl
Constructor for SVGRectImpl.
- Parameters:
rect
- aRectangle2D
object.
-
-
Method Details
-
getX
public float getX()getX.
-
setX
public void setX(float x) setX.
-
getY
public float getY()getY.
-
setY
public void setY(float y) setY.
-
getWidth
public float getWidth()getWidth.
-
setWidth
public void setWidth(float width) setWidth.
-
getHeight
public float getHeight()getHeight.
-
setHeight
public void setHeight(float height) setHeight.
-