jat.matvec.io.gui.plotTools
Class DataPlot2D
java.lang.Object
jat.matvec.io.gui.plotTools.DataPlot2D
public class DataPlot2D
- extends java.lang.Object
|
Constructor Summary |
DataPlot2D(double[] x,
double[] y,
double[] wX,
double[] wY,
Axe2D ax,
int typ,
java.awt.Color col)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PIXEL
public static int PIXEL
DOT
public static int DOT
LINE
public static int LINE
DOTLINE
public static int DOTLINE
BAR
public static int BAR
DOTBAR
public static int DOTBAR
HIST
public static int HIST
DataPlot2D
public DataPlot2D(double[] x,
double[] y,
double[] wX,
double[] wY,
Axe2D ax,
int typ,
java.awt.Color col)
getCoord
public Coordinates2D[] getCoord()
draw
public void draw(java.awt.Graphics2D comp2D)