public class OptionsProfilePlot extends OptionsPlugin
eventService
moduleService, pluginService
Constructor and Description |
---|
OptionsProfilePlot() |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
double |
getMaxY() |
double |
getMinY() |
int |
getWidth() |
boolean |
isAutoClose() |
boolean |
isDrawGridLines() |
boolean |
isInterpLineProf() |
boolean |
isListValues() |
boolean |
isNoSaveXValues() |
boolean |
isVertProfile() |
boolean |
isYFixedScale() |
void |
setAutoClose(boolean autoClose) |
void |
setDrawGridLines(boolean drawGridLines) |
void |
setHeight(int height) |
void |
setInterpLineProf(boolean interpLineProf) |
void |
setListValues(boolean listValues) |
void |
setMaxY(double maxY) |
void |
setMinY(double minY) |
void |
setNoSaveXValues(boolean noSaveXValues) |
void |
setVertProfile(boolean vertProfile) |
void |
setWidth(int width) |
void |
setyFixedScale(boolean yFixedScale) |
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 int getWidth()
public int getHeight()
public double getMinY()
public double getMaxY()
public boolean isYFixedScale()
public boolean isNoSaveXValues()
public boolean isAutoClose()
public boolean isVertProfile()
public boolean isListValues()
public boolean isInterpLineProf()
public boolean isDrawGridLines()
public void setWidth(int width)
public void setHeight(int height)
public void setMinY(double minY)
public void setMaxY(double maxY)
public void setyFixedScale(boolean yFixedScale)
public void setNoSaveXValues(boolean noSaveXValues)
public void setAutoClose(boolean autoClose)
public void setVertProfile(boolean vertProfile)
public void setListValues(boolean listValues)
public void setInterpLineProf(boolean interpLineProf)
public void setDrawGridLines(boolean drawGridLines)
Copyright © 2014–2022 ImageJ. All rights reserved.