|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.starhope.appius.physica.RealRectangle
class RealRectangle
Rectangle class. Need rectangles for window to viewport mapping.
| Field Summary | |
|---|---|
(package private) Point2D.Double |
ll
WRITEME: Document this brpocock@star-hope.org |
(package private) Point2D.Double |
ur
WRITEME: Document this brpocock@star-hope.org |
| Constructor Summary | |
|---|---|
RealRectangle()
WRITEME: Document this constructor brpocock@star-hope.org |
|
RealRectangle(double xMin,
double yMin,
double xMax,
double yMax)
WRITEME: Document this constructor brpocock@star-hope.org |
|
RealRectangle(Point2D.Double lowerLeft,
Point2D.Double upperRight)
WRITEME: Document this constructor brpocock@star-hope.org |
|
RealRectangle(RealRectangle r)
WRITEME: Document this constructor brpocock@star-hope.org |
|
| Method Summary | |
|---|---|
double |
height()
WRITEME: Document this method brpocock@star-hope.org |
Point2D.Double |
ll()
WRITEME: Document this method brpocock@star-hope.org |
Point2D.Double |
ur()
WRITEME: Document this method brpocock@star-hope.org |
double |
width()
WRITEME: Document this method brpocock@star-hope.org |
double |
xMax()
WRITEME: Document this method brpocock@star-hope.org |
double |
xMin()
WRITEME: Document this method brpocock@star-hope.org |
double |
yMax()
WRITEME: Document this method brpocock@star-hope.org |
double |
yMin()
WRITEME: Document this method brpocock@star-hope.org |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Point2D.Double ll
Point2D.Double ur
| Constructor Detail |
|---|
RealRectangle()
RealRectangle(double xMin,
double yMin,
double xMax,
double yMax)
xMin - WRITEMEyMin - WRITEMExMax - WRITEMEyMax - WRITEME
RealRectangle(Point2D.Double lowerLeft,
Point2D.Double upperRight)
lowerLeft - WRITEMEupperRight - WRITEMERealRectangle(RealRectangle r)
r - WRITEME| Method Detail |
|---|
public double height()
public Point2D.Double ll()
public Point2D.Double ur()
public double width()
public double xMax()
public double xMin()
public double yMax()
public double yMin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||