ecologylab.generic
Class Bounds
java.lang.Object
ecologylab.generic.Bounds
public class Bounds
- extends java.lang.Object
Representation of a bounding box, based on 2 points.
|
Constructor Summary |
Bounds(Bounds oldBounds)
|
Bounds(int xMinArg,
int yMinArg,
int xMaxArg,
int yMaxArg)
|
|
Method Summary |
boolean |
equals(java.lang.Object other)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
xMin
public int xMin
yMin
public int yMin
xMax
public int xMax
yMax
public int yMax
Bounds
public Bounds(int xMinArg,
int yMinArg,
int xMaxArg,
int yMaxArg)
Bounds
public Bounds(Bounds oldBounds)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object