Package | Description |
---|---|
ij.gui | |
ij.plugin |
Modifier and Type | Method and 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 and Description |
---|---|
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 |
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 with another plot as a template.
|
Constructor and Description |
---|
PlotDialog(Plot plot,
int dialogType)
Construct a new PlotDialog, show it and do the appropriate action on the plot
|
Modifier and Type | Method and Description |
---|---|
Plot |
Profiler.getPlot() |
Plot |
ZAxisProfiler.getPlot() |