org.starhope.appius.physica
Class RealRectangle

java.lang.Object
  extended by org.starhope.appius.physica.RealRectangle

 class RealRectangle
extends Object

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

ll

Point2D.Double ll
WRITEME: Document this brpocock@star-hope.org


ur

Point2D.Double ur
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

RealRectangle

RealRectangle()
WRITEME: Document this constructor brpocock@star-hope.org


RealRectangle

RealRectangle(double xMin,
              double yMin,
              double xMax,
              double yMax)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
xMin - WRITEME
yMin - WRITEME
xMax - WRITEME
yMax - WRITEME

RealRectangle

RealRectangle(Point2D.Double lowerLeft,
              Point2D.Double upperRight)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
lowerLeft - WRITEME
upperRight - WRITEME

RealRectangle

RealRectangle(RealRectangle r)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
r - WRITEME
Method Detail

height

public double height()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

ll

public Point2D.Double ll()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

ur

public Point2D.Double ur()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

width

public double width()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

xMax

public double xMax()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

xMin

public double xMin()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

yMax

public double yMax()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME

yMin

public double yMin()
WRITEME: Document this method brpocock@star-hope.org

Returns:
WRITEME