|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.croftsoft.core.gui.plot.PlotLib
public final class PlotLib
Plots points on an XY chart.
| Method Summary | |
|---|---|
static Point |
graphics_to_plot_transform(Point gPoint,
Rectangle r,
Graphics g,
double axis_x0,
double axis_x1,
double axis_y0,
double axis_y1)
|
static void |
line(double m,
double b,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1)
|
static Point |
plot_to_graphics_transform(Point plot_Point,
Rectangle r,
Graphics g,
double axis_x0,
double axis_x1,
double axis_y0,
double axis_y1)
|
static void |
xy(Color c,
double x,
double y,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1,
int oval_size)
|
static void |
xy(Color c,
double x,
double y,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1,
int ovalSizeMin,
boolean scaleOvalSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void line(double m,
double b,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1)
public static Point graphics_to_plot_transform(Point gPoint,
Rectangle r,
Graphics g,
double axis_x0,
double axis_x1,
double axis_y0,
double axis_y1)
public static Point plot_to_graphics_transform(Point plot_Point,
Rectangle r,
Graphics g,
double axis_x0,
double axis_x1,
double axis_y0,
double axis_y1)
public static void xy(Color c,
double x,
double y,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1,
int oval_size)
public static void xy(Color c,
double x,
double y,
Rectangle r,
Graphics g,
double x0,
double x1,
double y0,
double y1,
int ovalSizeMin,
boolean scaleOvalSize)
|
CroftSoft Javadoc | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||