Package ij.gui
Class PlotDialog
java.lang.Object
ij.gui.PlotDialog
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
types of dialogstatic final int
types of dialogstatic final int
types of dialogstatic final int
types of dialog -
Constructor Summary
ConstructorsConstructorDescriptionPlotDialog
(Plot plot, int dialogType) Construct a new PlotDialog, show it and do the appropriate action on the plot -
Method Summary
Modifier and TypeMethodDescriptionvoid
showDialog
(Frame parent) Asks the user for axis scaling; then replot with new scale on the same ImageProcessor.
-
Field Details
-
SET_RANGE
public static final int SET_RANGEtypes of dialog- See Also:
-
AXIS_OPTIONS
public static final int AXIS_OPTIONStypes of dialog- See Also:
-
LEGEND
public static final int LEGENDtypes of dialog- See Also:
-
HI_RESOLUTION
public static final int HI_RESOLUTIONtypes of dialog- See Also:
-
-
Constructor Details
-
PlotDialog
Construct a new PlotDialog, show it and do the appropriate action on the plot
-
-
Method Details
-
showDialog
Asks the user for axis scaling; then replot with new scale on the same ImageProcessor. The 'parent' frame may be null
-