public class Bounds
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
maxX |
double |
maxY |
double |
minX |
double |
minY |
| Constructor and Description |
|---|
Bounds() |
Bounds(double x,
double y) |
Bounds(double minX,
double minY,
double maxX,
double maxY) |
| Modifier and Type | Method and Description |
|---|---|
void |
stretchToInclude(Bounds nother) |
void |
stretchToInclude(double x,
double y) |
public double minX
public double minY
public double maxX
public double maxY
public Bounds(double x,
double y)
public Bounds(double minX,
double minY,
double maxX,
double maxY)
public Bounds()
public void stretchToInclude(double x,
double y)
public void stretchToInclude(Bounds nother)