addBaseLabel(String text, Color c, double...where) | org.math.plot.PlotPanel | |
addGaussQuantilestoPlot(int numPlot, int numAxe, double[] s) | org.math.plot.PlotPanel | |
addGaussQuantilestoPlot(int numPlot, int numAxe, double s) | org.math.plot.PlotPanel | |
addLabel(String text, Color c, double...where) | org.math.plot.PlotPanel | |
addLegend(String location) | org.math.plot.PlotPanel | |
addPlot(Plot newPlot) | org.math.plot.PlotPanel | |
addPlot(String type, String name, double[]...v) | org.math.plot.PlotPanel | |
addPlotable(Plotable p) | org.math.plot.PlotPanel | |
addPlotToolBar(String location) | org.math.plot.PlotPanel | |
addQuantilestoPlot(int numPlot, int numAxe, double[][] q) | org.math.plot.PlotPanel | |
addQuantilestoPlot(int numPlot, int numAxe, double[] q) | org.math.plot.PlotPanel | |
addQuantiletoPlot(int numPlot, int numAxe, double rate, boolean symetric, double[] q) | org.math.plot.PlotPanel | |
addQuantiletoPlot(int numPlot, int numAxe, double rate, boolean symetric, double q) | org.math.plot.PlotPanel | |
addVectortoPlot(int numPlot, double[][] v) | org.math.plot.PlotPanel | |
BAR | org.math.plot.PlotPanel | [static] |
BOX | org.math.plot.PlotPanel | [static] |
changePlotColor(int I, Color c) | org.math.plot.PlotPanel | |
changePlotData(int I, double[]...XY) | org.math.plot.PlotPanel | |
changePlotName(int I, String name) | org.math.plot.PlotPanel | |
COLORLIST | org.math.plot.PlotPanel | [static] |
EAST | org.math.plot.PlotPanel | [static] |
getAxis(int i) | org.math.plot.PlotPanel | |
getAxisScales() | org.math.plot.PlotPanel | |
getEditable() | org.math.plot.PlotPanel | |
getNewColor() | org.math.plot.PlotPanel | [protected] |
getNotable() | org.math.plot.PlotPanel | |
getPlot(int i) | org.math.plot.PlotPanel | |
getPlotable(int i) | org.math.plot.PlotPanel | |
getPlotables() | org.math.plot.PlotPanel | |
getPlotIndex(Plot p) | org.math.plot.PlotPanel | |
getPlots() | org.math.plot.PlotPanel | |
GRID | org.math.plot.PlotPanel | [static] |
HISTOGRAM | org.math.plot.PlotPanel | [static] |
includeInBounds(double...into) | org.math.plot.PlotPanel | |
includeInBounds(Plot plot) | org.math.plot.PlotPanel | |
INVISIBLE | org.math.plot.PlotPanel | [static] |
LINE | org.math.plot.PlotPanel | [static] |
main(String[] args) | org.math.plot.PlotPanel | [static] |
mapData(Object[][] stringdata) | org.math.plot.PlotPanel | |
NORTH | org.math.plot.PlotPanel | [static] |
plotCanvas | org.math.plot.PlotPanel | |
plotLegend | org.math.plot.PlotPanel | |
PlotPanel(PlotCanvas _canvas, String legendOrientation) | org.math.plot.PlotPanel | |
PlotPanel(PlotCanvas _canvas) | org.math.plot.PlotPanel | |
plotToolBar | org.math.plot.PlotPanel | |
removeAllPlots() | org.math.plot.PlotPanel | |
removeLegend() | org.math.plot.PlotPanel | |
removePlot(int I) | org.math.plot.PlotPanel | |
removePlot(Plot p) | org.math.plot.PlotPanel | |
removePlotable(Plotable p) | org.math.plot.PlotPanel | |
removePlotable(int i) | org.math.plot.PlotPanel | |
removePlotToolBar() | org.math.plot.PlotPanel | |
resetMapData() | org.math.plot.PlotPanel | |
SCATTER | org.math.plot.PlotPanel | [static] |
setActionMode(int am) | org.math.plot.PlotPanel | |
setAutoBounds() | org.math.plot.PlotPanel | |
setAutoBounds(int axe) | org.math.plot.PlotPanel | |
setAxisLabel(int axe, String label) | org.math.plot.PlotPanel | |
setAxisLabels(String...labels) | org.math.plot.PlotPanel | |
setAxisScale(int axe, String scale) | org.math.plot.PlotPanel | |
setAxisScales(String...scales) | org.math.plot.PlotPanel | |
setEditable(boolean b) | org.math.plot.PlotPanel | |
setFixedBounds(double[] min, double[] max) | org.math.plot.PlotPanel | |
setFixedBounds(int axe, double min, double max) | org.math.plot.PlotPanel | |
setLegendOrientation(String location) | org.math.plot.PlotPanel | |
setNotable(boolean b) | org.math.plot.PlotPanel | |
setNoteCoords(boolean b) | org.math.plot.PlotPanel | |
setPlot(int I, Plot p) | org.math.plot.PlotPanel | |
setPlotToolBarOrientation(String location) | org.math.plot.PlotPanel | |
SOUTH | org.math.plot.PlotPanel | [static] |
STAIRCASE | org.math.plot.PlotPanel | [static] |
toGraphicFile(File file) | org.math.plot.PlotPanel | |
WEST | org.math.plot.PlotPanel | [static] |