Plot.DefaultDataPanelcolor, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible| Constructor and Description |
|---|
HistogramPlot2D(String n,
Color c,
double[][] _XY,
double w) |
HistogramPlot2D(String n,
Color c,
double[][] _XY,
double[] w) |
HistogramPlot2D(String n,
Color c,
double[][] _XY,
double[] w,
double _offsetCenter_perWidth,
double _factorWidth) |
HistogramPlot2D(String n,
Color c,
double[][] _XY,
double w,
double _offsetCenter_perWidth,
double _factorWidth) |
| Modifier and Type | Method and Description |
|---|---|
double[][] |
getBounds()
This method should be abstract, but for backward compatibility, here is a basic impl.
|
double[][] |
getData() |
double[] |
getDataWidth() |
double[] |
isSelected(int[] screenCoordTest,
AbstractDrawer draw) |
static void |
main(String[] args) |
void |
plot(AbstractDrawer draw,
Color c) |
void |
setData(double[][] d) |
void |
setData(double[][] d,
double w) |
void |
setData(double[][] d,
double[] w) |
void |
setDataWidth(double w) |
void |
setDataWidth(double[] w) |
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getDataPanel, getName, getVisible, note, noteCoord, plot, plotLayerPlots, setColor, setName, setVisiblepublic HistogramPlot2D(String n, Color c, double[][] _XY, double w, double _offsetCenter_perWidth, double _factorWidth)
public void plot(AbstractDrawer draw, Color c)
public double[][] getBounds()
Plotpublic void setDataWidth(double[] w)
public void setDataWidth(double w)
public double[] getDataWidth()
public void setData(double[][] d,
double[] w)
public void setData(double[][] d,
double w)
public double[] isSelected(int[] screenCoordTest,
AbstractDrawer draw)
isSelected in interface EditableisSelected in interface NoteableisSelected in class Plotpublic static void main(String[] args)
Copyright © 2015. All rights reserved.