public class ActiveOverlayPreprocessor extends SingleInputPreprocessor<Overlay>
Overlay
of the active ImageDisplay
when there is
one single unresolved Overlay
parameter. Hence, rather than a dialog
prompting the user to choose an ImageDisplay
, the Overlay
of
the active ImageDisplay
is used automatically.
In the case of more than one Overlay
parameter, the active
Overlay
is not used and instead the user must select. This behavior
is consistent with ImageJ v1.x.
Constructor and Description |
---|
ActiveOverlayPreprocessor() |
Modifier and Type | Method and Description |
---|---|
Overlay |
getValue()
Gets the single input value to populate.
|
process
cancel, getCancelReason, isCanceled
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public Overlay getValue()
SingleInputPreprocessor
getValue
in class SingleInputPreprocessor<Overlay>
Copyright © 2014–2022 ImageJ. All rights reserved.