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() |
toString
consume, dumpStack, getCallingThread, getStackTrace, isConsumed, setCallingThread, setConsumed
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setContext
public OverlayUpdatedEvent(Overlay overlay)
public Overlay getObject()
getObject
in class DataModifiedEvent
Copyright © 2014–2022 ImageJ. All rights reserved.