public class OptionsChannels extends OptionsPlugin
eventService
moduleService, pluginService
Constructor and Description |
---|
OptionsChannels() |
Modifier and Type | Method and Description |
---|---|
ChannelCollection |
getBgValues() |
ChannelCollection |
getFgValues() |
ColorRGB |
getLastBgColor() |
ColorRGB |
getLastFgColor() |
void |
load() |
void |
save() |
void |
setBgValues(ChannelCollection vals) |
void |
setFgValues(ChannelCollection vals) |
void |
setLastBgColor(ColorRGB c) |
void |
setLastBgColor(ColorRGB c,
boolean notifyIJ1) |
void |
setLastFgColor(ColorRGB c) |
void |
setLastFgColor(ColorRGB c,
boolean notifyIJ1) |
cancel, reset, run
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput
public ChannelCollection getFgValues()
public ChannelCollection getBgValues()
public void setFgValues(ChannelCollection vals)
public void setBgValues(ChannelCollection vals)
public ColorRGB getLastFgColor()
public ColorRGB getLastBgColor()
public void setLastFgColor(ColorRGB c)
public void setLastFgColor(ColorRGB c, boolean notifyIJ1)
public void setLastBgColor(ColorRGB c)
public void setLastBgColor(ColorRGB c, boolean notifyIJ1)
public void load()
load
in class OptionsPlugin
public void save()
save
in class OptionsPlugin
Copyright © 2014–2022 ImageJ. All rights reserved.