org.math.plot.plots
Class BoxPlot2D
java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.BoxPlot2D
- All Implemented Interfaces:
- Editable, Noteable, Plotable
public class BoxPlot2D
- extends Plot
Field Summary |
(package private) double[][] |
widths
|
(package private) double[] |
Xmax
|
(package private) double[] |
Xmin
|
(package private) double[][] |
XY
|
(package private) double[] |
Ymax
|
(package private) double[] |
Ymin
|
Methods inherited from class org.math.plot.plots.Plot |
addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, edit, editnote, getColor, getName, getVisible, note, plot, plotQuantiles, setColor, setName, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xmin
double[] Xmin
Xmax
double[] Xmax
Ymin
double[] Ymin
Ymax
double[] Ymax
widths
double[][] widths
XY
double[][] XY
BoxPlot2D
public BoxPlot2D(double[][] _XY,
double[][] w,
Color c,
String n)
plot
public void plot(AbstractDrawer draw,
Color c)
- Specified by:
plot
in class Plot
setData
public void setData(double[][] d)
- Specified by:
setData
in class Plot
getData
public double[][] getData()
- Specified by:
getData
in class Plot
setDataWidth
public void setDataWidth(double[][] w)
getDataWidth
public double[][] getDataWidth()
setData
public void setData(double[][] d,
double[][] w)
isSelected
public double[] isSelected(int[] screenCoordTest,
AbstractDrawer draw)
- Specified by:
isSelected
in interface Editable
- Specified by:
isSelected
in interface Noteable
- Specified by:
isSelected
in class Plot