public class PlotDialog
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
PlotDialog(Plot plot,
int dialogType)
Construct a new PlotDialog, show it and do the appropriate action on the plot
|
Modifier and Type | Method and Description |
---|---|
void |
showDialog(java.awt.Frame parent)
Asks the user for axis scaling; then replot with new scale on the same ImageProcessor.
|
public static final int SET_RANGE
public static final int AXIS_OPTIONS
public static final int LEGEND
public static final int HI_RESOLUTION
public PlotDialog(Plot plot, int dialogType)