@JsType(isNative=true, name="SVGPoint", namespace="<global>") public class SVGPoint extends Object
Constructor and Description |
---|
SVGPoint() |
Modifier and Type | Method and Description |
---|---|
double |
getX() |
double |
getY() |
SVGPoint |
matrixTransform(SVGMatrix matrix) |
void |
setX(double x) |
void |
setY(double y) |
Copyright © 2018 Xalys. All rights reserved.