| Package | Description |
|---|---|
| ij.gui | |
| ij.plugin |
| Modifier and Type | Method | Description |
|---|---|---|
Plot |
PlotCanvas.getPlot() |
Returns the Plot displayed in this canvas
|
Plot |
PlotMaker.getPlot() |
Returns a profile plot.
|
Plot |
PlotWindow.getPlot() |
Returns the Plot associated with this PlotWindow.
|
Plot |
ProfilePlot.getPlot() |
| Modifier and Type | Method | Description |
|---|---|---|
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 |
PlotCanvas.setPlot(Plot plot) |
Tells the PlotCanvas which plot to use for zooming etc.
|
void |
PlotWindow.setPlot(Plot plot) |
Sets the Plot object shown in this PlotWindow.
|
void |
Plot.useTemplate(Plot plot) |
Adjusts the format with another plot as a template, using the current
(usually default) flags of this plot.
|
void |
Plot.useTemplate(Plot plot,
int templateFlags) |
Adjusts the format (style) with another plot as a template.
|
| Constructor | Description |
|---|---|
PlotContentsStyleDialog(Plot plot) |
Creator that sets a plot to use
|
PlotDialog(Plot plot,
int dialogType) |
Construct a new PlotDialog, show it and do the appropriate action on the plot
|
PlotWindow(ImagePlus imp,
Plot plot) |
Creates a PlotWindow from a given ImagePlus with a Plot object.
|
| Modifier and Type | Method | Description |
|---|---|---|
Plot |
Profiler.getPlot() |
|
Plot |
ZAxisProfiler.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,
String options) |
Returns a Plot of the selection mean versus slice number for the
specified hyperstack, where 'options' can be "time" or "z-axis".
|