|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.display.labeler.OverlapManager
Class to handle if overlaps are to be allowed are not.
Constructor Summary | |
OverlapManager()
Creates a new instance of OverlapManager |
Method Summary | |
void |
clear()
Clear the contents of the overlap manager. |
boolean |
isOverLaps(int inLocX,
int inLocY,
int inWidth,
int inHeight)
Checks if this is an overlaping value. |
boolean |
isOverLaps(java.awt.Shape inShape)
Checks if this is an overlaping value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OverlapManager()
Method Detail |
public boolean isOverLaps(int inLocX, int inLocY, int inWidth, int inHeight)
public boolean isOverLaps(java.awt.Shape inShape)
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |