public class Extent
extends java.lang.Object
implements java.lang.Iterable
Constructor and Description |
---|
Extent() |
Extent(int left,
int top,
int right,
int bottom) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
iterator() |
void |
setBottom(int bottom) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setTop(int top) |