org.freedesktop.cairo

Class Point

public class Point extends Object

Constructor Summary
Point()
Point(double x, double y)
Method Summary
doublegetX()
doublegetY()
voidsetX(double x)
voidsetY(double y)

Constructor Detail

Point

public Point()

Point

public Point(double x, double y)

Method Detail

getX

public double getX()

getY

public double getY()

setX

public void setX(double x)

setY

public void setY(double y)