org.jmat.io.gui.plots
Class ScatterPlot

java.lang.Object
  |
  +--org.jmat.io.gui.plots.Plot
        |
        +--org.jmat.io.gui.plots.ScatterPlot
All Implemented Interfaces:
Noteable, Plotable

public class ScatterPlot
extends Plot


Field Summary
 
Fields inherited from class org.jmat.io.gui.plots.Plot
base, color, datas, dot_radius, name, noteEachCoord
 
Constructor Summary
ScatterPlot(Matrix XY, java.awt.Color c, java.lang.String n, Base b)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void note(java.awt.Graphics comp)
           
 void plot(java.awt.Graphics comp, java.awt.Color c)
           
 
Methods inherited from class org.jmat.io.gui.plots.Plot
drawDot, drawDot, drawDot, drawLargeLine, drawLargeLine, drawLine, drawLine, drawPloygon, drawPloygon, fillPloygon, fillPloygon, getCoords, getDatas, getName, plot, setColor, setDatas, setName, setNoteEachCoord, tryNote, tryNote
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterPlot

public ScatterPlot(Matrix XY,
                   java.awt.Color c,
                   java.lang.String n,
                   Base b)
Method Detail

plot

public void plot(java.awt.Graphics comp,
                 java.awt.Color c)
Specified by:
plot in class Plot

note

public void note(java.awt.Graphics comp)
Specified by:
note in interface Noteable
Specified by:
note in class Plot

main

public static void main(java.lang.String[] args)