Uses of Class
ij.gui.Plot
-
Packages that use Plot Package Description ij ij.gui ij.measure ij.plugin -
-
Uses of Plot in ij
Methods in ij that return Plot Modifier and Type Method Description PlotImagePlus. getPlot()Methods in ij with parameters of type Plot Modifier and Type Method Description voidImagePlus. setPlot(Plot plot) -
Uses of Plot in ij.gui
Methods in ij.gui that return Plot Modifier and Type Method Description PlotPlotCanvas. getPlot()Returns the Plot displayed in this canvasPlotPlotMaker. getPlot()Returns a profile plot.PlotPlotWindow. getPlot()Returns the Plot associated with this PlotWindow.PlotProfilePlot. getPlot()Returns the profile plot as a Plot object.Methods in ij.gui with parameters of type Plot Modifier and Type Method Description intPlot. 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.voidPlotVirtualStack. addPlot(Plot plot)Adds a plot to the end of the stack.voidPlotWindow. drawPlot(Plot plot)Draws a new plot in this window.voidPlotCanvas. setPlot(Plot plot)Tells the PlotCanvas which plot to use for zooming etc.voidPlotWindow. setPlot(Plot plot)Sets the Plot object shown in this PlotWindow.voidPlot. useTemplate(Plot plot)Adjusts the format with another plot as a template, using the current (usually default) templateFlags of this plot.voidPlot. useTemplate(Plot plot, int templateFlags)Adjusts the format (style) with another plot as a template.Constructors in ij.gui with parameters of type Plot Constructor Description PlotContentsDialog(Plot plot, int dialogType)Prepares a new PlotContentsDialog for an existing plot.PlotContentsDialog(Plot plot, String[] headings, String[] defaultHeadings, 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 dialogPlotWindow(ImagePlus imp, Plot plot)Creates a PlotWindow from a given ImagePlus with a Plot object. -
Uses of Plot in ij.measure
Methods in ij.measure that return Plot Modifier and Type Method Description PlotCurveFitter. getPlot()PlotCurveFitter. getPlot(int points) -
Uses of Plot in ij.plugin
Methods in ij.plugin that return Plot Modifier and Type Method Description PlotProfiler. getPlot()PlotZAxisProfiler. getPlot()static PlotZAxisProfiler. getPlot(ImagePlus imp)Returns a Plot of the selection mean gray value versus slice number.static PlotZAxisProfiler. 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".
-