Inheritance diagram for org.math.plot.plots.LinePlot:
Definition at line 10 of file LinePlot.java.
Public Member Functions | |
LinePlot (String n, Color c, boolean[][] _pattern, double[][] _XY) | |
LinePlot (String n, Color c, int _type, int _radius, double[][] _XY) | |
LinePlot (String n, Color c, double[][] _XY) | |
void | plot (AbstractDrawer draw, Color c) |
Static Public Member Functions | |
static void | main (String[] args) |
Public Attributes | |
boolean | draw_dot = false |