public class Grid extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String[] |
GRID_MODE |
static int |
IS_DOTTED |
static int |
IS_GRAY |
static int |
IS_NONE |
static int |
MAX_GRID |
| Constructor and Description |
|---|
Grid(double xmax,
double ymax,
double xmin,
double ymin,
boolean xlog,
boolean ylog,
int mode,
String x_label,
String y_label,
String title,
String error,
int grid_step_x,
int grid_step_y,
boolean int_xlabels,
boolean int_ylabels,
boolean reversed) |
| Modifier and Type | Method and Description |
|---|---|
long |
calculateDifference(Date a,
Date b) |
static double |
evalStep(double min,
double max,
int numStep) |
Rectangle |
GetBoundingBox(Dimension d) |
void |
GetLimits(Graphics g,
Rectangle lim_rect,
boolean ylog) |
static void |
main(String[] args) |
void |
paint(Graphics g,
Dimension d,
Waveform w,
WaveformMetrics wm) |
void |
setLabels(String title,
String x_label,
String y_label) |
void |
setXaxisHMS(boolean xAxisHMS) |
void |
updateValues(String x_label,
String y_label,
String title,
String error,
int grid_step_x,
int grid_step_y,
boolean int_xlabels,
boolean int_ylabels,
boolean reversed) |
public static final int IS_DOTTED
public static final int IS_GRAY
public static final int IS_NONE
public static final int MAX_GRID
public static final String[] GRID_MODE
public static double evalStep(double min,
double max,
int numStep)
public static void main(String[] args)
public void paint(Graphics g, Dimension d, Waveform w, WaveformMetrics wm)
public void setXaxisHMS(boolean xAxisHMS)
Copyright © 2022. All rights reserved.