Package | Description |
---|---|
ij | |
ij.gui | |
ij.measure | |
ij.plugin |
Modifier and Type | Method and Description |
---|---|
Plot |
ImagePlus.getPlot() |
Modifier and Type | Method and Description |
---|---|
void |
ImagePlus.setPlot(Plot plot) |
Modifier and Type | Method and Description |
---|---|
Plot |
ProfilePlot.getPlot() |
Plot |
PlotWindow.getPlot()
Returns the Plot associated with this PlotWindow.
|
Plot |
PlotMaker.getPlot()
Returns a profile plot.
|
Plot |
PlotCanvas.getPlot()
Returns the Plot displayed in this canvas
|
Modifier and Type | Method and Description |
---|---|
int |
Plot.addObjectFromPlot(Plot plot,
int i)
Add the i-th PlotObject (in the sequence how they were added, including hidden ones)
from another plot to this one.
|
void |
PlotVirtualStack.addPlot(Plot plot)
Adds a plot to the end of the stack.
|
void |
PlotWindow.drawPlot(Plot plot)
Draws a new plot in this window.
|
void |
PlotWindow.setPlot(Plot plot)
Sets the Plot object shown in this PlotWindow.
|
void |
PlotCanvas.setPlot(Plot plot)
Tells the PlotCanvas which plot to use for zooming etc.
|
void |
Plot.useTemplate(Plot plot)
Adjusts the format with another plot as a template, using the current
(usually default) templateFlags of this plot.
|
void |
Plot.useTemplate(Plot plot,
int templateFlags)
Adjusts the format (style) with another plot as a template.
|
Constructor and Description |
---|
PlotContentsDialog(Plot plot,
int dialogType)
Prepares a new PlotContentsDialog for an existing plot.
|
PlotContentsDialog(Plot plot,
java.lang.String[] headings,
java.lang.String[] defaultHeadings,
java.util.ArrayList<float[]> data)
Prepares a new PlotContentsDialog for adding data from float[] arrays to a plot.
|
PlotDialog(Plot plot,
int dialogType)
Constructs a new PlotDialog for a given plot and sets the type of dialog
|
PlotWindow(ImagePlus imp,
Plot plot)
Creates a PlotWindow from a given ImagePlus with a Plot object.
|
Modifier and Type | Method and Description |
---|---|
Plot |
CurveFitter.getPlot() |
Plot |
CurveFitter.getPlot(int points) |
Modifier and Type | Method and Description |
---|---|
Plot |
ZAxisProfiler.getPlot() |
Plot |
Profiler.getPlot() |
static Plot |
ZAxisProfiler.getPlot(ImagePlus imp)
Returns a Plot of the selection mean gray value versus slice number.
|
static Plot |
ZAxisProfiler.getPlot(ImagePlus imp,
java.lang.String options)
Returns a Plot of the selection mean versus slice number for the
specified hyperstack, where 'options' can be "time" or "z-axis".
|