org.jmat.io.gui.plots
Class HistogramPlot3D

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

public class HistogramPlot3D
extends Plot


Field Summary
 
Fields inherited from class org.jmat.io.gui.plots.Plot
base, color, datas, dot_radius, name, noteEachCoord
 
Constructor Summary
HistogramPlot3D(Matrix XY, Matrix W, 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

HistogramPlot3D

public HistogramPlot3D(Matrix XY,
                       Matrix W,
                       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)