jat.matvec.io.gui.plotTools
Class DataPlot2D

java.lang.Object
  extended by jat.matvec.io.gui.plotTools.DataPlot2D

public class DataPlot2D
extends java.lang.Object


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

Field Detail

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
Constructor Detail

DataPlot2D

public DataPlot2D(double[] x,
                  double[] y,
                  double[] wX,
                  double[] wY,
                  Axe2D ax,
                  int typ,
                  java.awt.Color col)
Method Detail

getCoord

public Coordinates2D[] getCoord()

draw

public void draw(java.awt.Graphics2D comp2D)