org.math.plot.plots.Plot Class Reference

Inheritance diagram for org.math.plot.plots.Plot:

org.math.plot.plotObjects.Plotable org.math.plot.plotObjects.Noteable org.math.plot.plotObjects.Editable org.math.plot.plots.BoxPlot2D org.math.plot.plots.BoxPlot3D org.math.plot.plots.CloudPlot2D org.math.plot.plots.CloudPlot3D org.math.plot.plots.GridPlot3D org.math.plot.plots.HistogramPlot2D org.math.plot.plots.HistogramPlot3D org.math.plot.plots.LayerPlot org.math.plot.plots.ScatterPlot List of all members.

Detailed Description

Definition at line 12 of file Plot.java.

Public Member Functions

 Plot (String n, Color c)
void addLayer (LayerPlot q)
void addQuantile (QuantileLayerPlot q)
void addQuantile (int a, double r, double[] q, boolean symetric)
void addQuantile (int a, double r, double q, boolean symetric)
void addQuantiles (int a, double[][] q)
void addQuantiles (int a, double[] q)
void addGaussQuantiles (int a, double[] s)
void addGaussQuantiles (int a, double s)
void addVector (double[][] v)
void setVisible (boolean v)
boolean getVisible ()
void setName (String n)
String getName ()
Color getColor ()
void setColor (Color c)
void note (AbstractDrawer draw)
void plot (AbstractDrawer draw)
void plotLayerPlots (AbstractDrawer draw, Color c)
void edit (Object src)
void editnote (AbstractDrawer draw)

Public Attributes

String name
Color color
boolean visible = true
LinkedList< LayerPlotlayers
boolean noted = false
int note_precision = 5


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 21:44:02 2007 for jmathplot by  doxygen 1.5.1