Module ij
Package ij.gui

Interface PlotMaker

  • All Known Implementing Classes:
    Profiler, ZAxisProfiler

    public interface PlotMaker
    Plugins that generate "Live" profile plots (Profiler and ZAxisProfiler) displayed in PlotWindows implement this interface.
    • Method Detail

      • getPlot

        Plot getPlot()
        Returns a profile plot.
      • getSourceImage

        ImagePlus getSourceImage()
        Returns the ImagePlus used to generate the profile plots.