@JsType(isNative=true, name="SVGRect", namespace="<global>") public class SVGRect extends Object
Constructor and Description |
---|
SVGRect() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
void |
setHeight(double height) |
void |
setWidth(double width) |
void |
setX(double x) |
void |
setY(double y) |
@JsProperty(name="x") public double getX()
@JsProperty(name="x") public void setX(double x)
@JsProperty(name="y") public double getY()
@JsProperty(name="y") public void setY(double y)
@JsProperty(name="width") public double getWidth()
@JsProperty(name="width") public void setWidth(double width)
@JsProperty(name="height") public double getHeight()
@JsProperty(name="height") public void setHeight(double height)
Copyright © 2018 Xalys. All rights reserved.