org.freedesktop.cairo
Class Point

java.lang.Object
  extended by org.freedesktop.cairo.Point

public class Point
extends java.lang.Object


Constructor Summary
Point()
           
Point(double x, double y)
           
 
Method Summary
 double getX()
           
 double getY()
           
 void setX(double x)
           
 void setY(double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point()

Point

public Point(double x,
             double y)
Method Detail

getX

public double getX()

setX

public void setX(double x)

getY

public double getY()

setY

public void setY(double y)