|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.omGraphics.OffsetGrabPoint.Offset
A wrapper class of the internal GrabPoints. Contains their pixel offset distance from the OffsetGrabPoint.
Field Summary | |
GrabPoint |
gp
|
int |
offsetX
|
int |
offsetY
|
Constructor Summary | |
OffsetGrabPoint.Offset(GrabPoint grabPoint)
|
Method Summary | |
void |
move()
Move relocates the GrabPoint to the current position of the OffsetGrabPoint plus the offset distances. |
void |
update()
Update resets the pixel offsets from the OffsetGrabPoint, to the current distances between the GrabPoint and the OffsetGrabPoint. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public GrabPoint gp
public int offsetX
public int offsetY
Constructor Detail |
public OffsetGrabPoint.Offset(GrabPoint grabPoint)
Method Detail |
public void update()
public void move()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |