org.freedesktop.cairo

Class 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)

Constructor Details

Point

public Point()

Point

public Point(double x,
             double y)

Method Details

getX

public double getX()

getY

public double getY()

setX

public void setX(double x)

setY

public void setY(double y)