|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.IlvRegion
public final class IlvRegion
A set of rectangles.
| Constructor Summary | |
|---|---|
IlvRegion()
Creates an empty region. |
|
| Method Summary | |
|---|---|
void |
add(IlvRect rect)
Adds a rectangle in the region. |
IlvRect |
boundingBox()
Returns the smallest rectangle containing all the rectangles of the region. |
Enumeration |
elements()
Returns an Enumeration on all the rectangles of the region |
void |
empty()
Removes all the rectangles of the region. |
int |
getCardinal()
Returns the number of rectangles in the region. |
IlvRect |
getRectAt(int index)
Returns the rectangle at the specified index. |
boolean |
isEmpty()
Returns true if the region is empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvRegion()
| Method Detail |
|---|
public IlvRect boundingBox()
public int getCardinal()
public IlvRect getRectAt(int index)
public void add(IlvRect rect)
public void empty()
public boolean isEmpty()
public Enumeration elements()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||