public interface SVGPoint
Modifier and Type | Method and Description |
---|---|
float |
getX() |
float |
getY() |
SVGPoint |
matrixTransform(SVGMatrix matrix) |
void |
setX(float arg) |
void |
setY(float arg) |
Copyright © 2018. All rights reserved.