Package ij.gui
Class PlotDialog
- java.lang.Object
-
- ij.gui.PlotDialog
-
public class PlotDialog extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
AXIS_OPTIONS
types of dialogstatic int
HI_RESOLUTION
types of dialogstatic int
LEGEND
types of dialogstatic 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.
-
-
-
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
-
-