Package ij.gui

Class PlotDialog


  • public class PlotDialog
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int AXIS_OPTIONS
      types of dialog
      static int HI_RESOLUTION
      types of dialog
      static int LEGEND
      types of dialog
      static int SET_RANGE
      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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void showDialog​(java.awt.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
    • Constructor Detail

      • PlotDialog

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

      • showDialog

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