ij.gui
Class PlotDialog

java.lang.Object
  extended by ij.gui.PlotDialog

public class PlotDialog
extends Object


Field Summary
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
PlotDialog(Plot plot, int dialogType)
          Construct a new PlotDialog, show it and do the appropriate action on the plot
 
Method Summary
 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 Detail

SET_RANGE

public static final int SET_RANGE
types of dialog

See Also:
Constant Field Values

AXIS_OPTIONS

public static final int AXIS_OPTIONS
types of dialog

See Also:
Constant Field Values

LEGEND

public static final int LEGEND
types of dialog

See Also:
Constant Field Values

HI_RESOLUTION

public static final int HI_RESOLUTION
types of dialog

See Also:
Constant Field Values
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(Frame parent)
Asks the user for axis scaling; then replot with new scale on the same ImageProcessor. The 'parent' frame may be null



Copyright © 1997–2016 NIH. All rights reserved.