public class IlvLabelingAreas extends Object
Constructor and Description |
---|
IlvLabelingAreas(Rectangle2D initialBounds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public IlvLabelingAreas(Rectangle2D initialBounds)
initialBounds
- The bounds enclosing all objects added.public void add(Rectangle2D newRegion)
newRegion
- Region to add.public boolean intersects(Rectangle2D testRegion)
testRegion
- The Rectangle2D
to be tested.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.