public class PlotDialog extends Object
| 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 | Description |
|---|---|
PlotDialog(Plot plot,
int dialogType) |
Construct a new PlotDialog, show it and do the appropriate action on the plot
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
showDialog(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)
public void showDialog(Frame parent)