org.freedesktop.cairo
Class Rectangle
java.lang.Object
org.freedesktop.cairo.Rectangle
- public class Rectangle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rectangle
public Rectangle(double x1,
double y1,
double x2,
double y2)
Rectangle
public Rectangle(Point upperLeft,
Point lowerRight)
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)