Uses of Class
ij.gui.Plot

Packages that use Plot
Package
Description
 
 
  • Uses of Plot in ij.gui

    Methods in ij.gui that return Plot
    Modifier and Type
    Method
    Description
    PlotCanvas.getPlot()
    Returns the Plot displayed in this canvas
    PlotMaker.getPlot()
    Returns a profile plot.
    PlotWindow.getPlot()
    Returns the Plot associated with this PlotWindow.
    ProfilePlot.getPlot()
     
    Methods in ij.gui with parameters of type Plot
    Modifier and Type
    Method
    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.
    Constructors in ij.gui with parameters of type Plot
    Modifier
    Constructor
    Description
     
    PlotDialog(Plot plot, int dialogType)
    Construct a new PlotDialog, show it and do the appropriate action on the plot
  • Uses of Plot in ij.plugin

    Methods in ij.plugin that return Plot
    Modifier and Type
    Method
    Description
    Profiler.getPlot()
     
    ZAxisProfiler.getPlot()