|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.label.IlvLabelingAreas
public class IlvLabelingAreas
Class to manage a list of Rectangle2D objects.
| Constructor Summary | |
|---|---|
IlvLabelingAreas(Rectangle2D initialBounds)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(Rectangle2D newRegion)
Add a new Rectangle2D to the list. |
boolean |
intersects(Rectangle2D testRegion)
Test whether the specified region intersects any element of the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IlvLabelingAreas(Rectangle2D initialBounds)
initialBounds - The bounds enclosing all objects added.| Method Detail |
|---|
public void add(Rectangle2D newRegion)
newRegion - Region to add.public boolean intersects(Rectangle2D testRegion)
testRegion - The Rectangle2D to be tested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||