org.freedesktop.cairo
Class Rectangle

java.lang.Object
  extended byorg.freedesktop.cairo.Rectangle

public class Rectangle
extends java.lang.Object


Constructor Summary
Rectangle(double x1, double y1, double x2, double y2)
           
Rectangle(Point upperLeft, Point lowerRight)
           
 
Method Summary
 double getX1()
           
 double getX2()
           
 double getY1()
           
 double getY2()
           
 void setX1(double x1)
           
 void setX2(double x2)
           
 void setY1(double y1)
           
 void setY2(double y2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rectangle

public Rectangle(double x1,
                 double y1,
                 double x2,
                 double y2)

Rectangle

public Rectangle(Point upperLeft,
                 Point lowerRight)
Method Detail

getX1

public double getX1()

setX1

public void setX1(double x1)

getX2

public double getX2()

setX2

public void setX2(double x2)

getY1

public double getY1()

setY1

public void setY1(double y1)

getY2

public double getY2()

setY2

public void setY2(double y2)