public class Bounds extends Object
LineRegion
in that it accepts null values.Constructor and Description |
---|
Bounds() |
Bounds(Number min,
Number max) |
Modifier and Type | Method and Description |
---|---|
Number |
getMax() |
Number |
getMin() |
void |
intersect(Bounds input)
Inverse of
union(Bounds) . |
void |
setMax(Number max) |
void |
setMin(Number min) |
void |
union(Bounds input)
Compares the input bounds min/max against this instance's current min/max.
|
public Number getMin()
public void setMin(Number min)
public Number getMax()
public void setMax(Number max)
public void union(Bounds input)
input
- public void intersect(Bounds input)
union(Bounds)
.input
-