public class OverlayUpdatedEvent extends DataUpdatedEvent
Overlay's data has been updated. This means
that coordinates may have changed, but the dimensional structure is the same
as before.
This event is typically fired as part of a call to Overlay.update().
| Constructor and Description |
|---|
OverlayUpdatedEvent(Overlay overlay) |
| Modifier and Type | Method and Description |
|---|---|
Overlay |
getObject() |
toStringconsume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumedcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetContextpublic OverlayUpdatedEvent(Overlay overlay)
public Overlay getObject()
getObject in class DataModifiedEventCopyright © 2014–2022 ImageJ. All rights reserved.