Package ij.gui

Class PlotDialog

java.lang.Object
ij.gui.PlotDialog

public class PlotDialog extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    types of dialog
    static final int
    types of dialog
    static final int
    types of dialog
    static final int
    types of dialog
  • Constructor Summary

    Constructors
    Constructor
    Description
    PlotDialog(Plot plot, int dialogType)
    Construct a new PlotDialog, show it and do the appropriate action on the plot
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    showDialog(Frame parent)
    Asks the user for axis scaling; then replot with new scale on the same ImageProcessor.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • PlotDialog

      public PlotDialog(Plot plot, int dialogType)
      Construct a new PlotDialog, show it and do the appropriate action on the plot
  • Method Details

    • showDialog

      public void showDialog(Frame parent)
      Asks the user for axis scaling; then replot with new scale on the same ImageProcessor. The 'parent' frame may be null