org.freedesktop.cairo
public class Point extends java.lang.Object
Point()
Point(double x, double y)
double
getX()
getY()
void
setX(double x)
setY(double y)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Point()
public Point(double x, double y)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)