public abstract class CoordinateLookup<CONTROL> extends Object implements LookupCriteria<CONTROL>
| Constructor and Description |
|---|
CoordinateLookup(Rectangle area) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CONTROL control) |
protected Rectangle |
getArea() |
protected abstract Rectangle |
getBounds(CONTROL control) |
String |
toString() |
public CoordinateLookup(Rectangle area)
area - Rectangle area to lookup up for controls that reside inside itprotected Rectangle getArea()
protected abstract Rectangle getBounds(CONTROL control)
control - todo documentpublic boolean check(CONTROL control)
check in interface LookupCriteria<CONTROL>Copyright © 2019. All rights reserved.