- AALIAS - Static variable in class org.math.plot.canvas.PlotCanvas
-
- abs(int) - Static method in class org.math.plot.utils.FastMath
-
- abs(double) - Static method in class org.math.plot.utils.FastMath
-
- abs(float) - Static method in class org.math.plot.utils.FastMath
-
- abs(long) - Static method in class org.math.plot.utils.FastMath
-
- abs(int) - Static method in class org.math.plot.utils.NumbersUtils
-
Possibly faster than java.lang.Math.abs(int).
- abs(long) - Static method in class org.math.plot.utils.NumbersUtils
-
Possibly faster than java.lang.Math.abs(long).
- AbstractDrawer - Class in org.math.plot.render
-
- AbstractDrawer(PlotCanvas) - Constructor for class org.math.plot.render.AbstractDrawer
-
- acos(double) - Static method in class org.math.plot.utils.FastMath
-
- acosInRange(double) - Static method in class org.math.plot.utils.FastMath
-
If value is not NaN and is outside [-1,1] range, closest value in this range is used.
- ActionMode - Variable in class org.math.plot.canvas.PlotCanvas
-
- actionPerformed(ActionEvent) - Method in class org.math.plot.ParametersPanel
-
- addBarPlot(String, Color, double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addBarPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addBarPlot(String, Color, double[], double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addBarPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addBarPlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addBarPlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a bar plot (each data point is shown as a dot marker connected to
the horizontal axis by a vertical line) to the current plot panel.
- addBarPlot(String, Color, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addBarPlot(String, Color, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addBarPlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addBarPlot(String, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addBarPlot(String, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addBarPlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
Adds a bar plot (each data point is shown as a dot marker connected to
the horizontal axis by a vertical line) to the current plot panel.
- addBarPlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addBarPlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addBarPlot(String, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addBaseLabel(String, Color, double...) - Method in class org.math.plot.canvas.PlotCanvas
-
- addBaseLabel(String, Color, double...) - Method in class org.math.plot.PlotPanel
-
- addBounded(int, int) - Static method in class org.math.plot.utils.FastMath
-
- addBounded(long, long) - Static method in class org.math.plot.utils.FastMath
-
- addBoxPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addBoxPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addBoxPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addBoxPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addBoxPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a box plot to the current plot panel.
- addBoxPlot(String, double[][], double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addBoxPlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a box plot to the current plot panel.
- addBoxPlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addBoxPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addBoxPlot(String, double[][], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addBoxPlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addBoxPlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addCloudPlot(String, Color, double[][], int, int) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addCloudPlot(String, Color, double[][], int, int, int) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addCloudPlot(String, Color, double[][], int, int) - Method in class org.math.plot.Plot2DPanel
-
- addCloudPlot(String, double[][], int, int) - Method in class org.math.plot.Plot2DPanel
-
- addCloudPlot(String, Color, double[][], int, int, int) - Method in class org.math.plot.Plot3DPanel
-
- addCloudPlot(String, double[][], int, int, int) - Method in class org.math.plot.Plot3DPanel
-
- addExact(int, int) - Static method in class org.math.plot.utils.FastMath
-
- addExact(long, long) - Static method in class org.math.plot.utils.FastMath
-
- addGaussQuantiles(int, double[]) - Method in class org.math.plot.plots.Plot
-
- addGaussQuantiles(int, double) - Method in class org.math.plot.plots.Plot
-
- addGaussQuantilestoPlot(int, int, double[]) - Method in class org.math.plot.canvas.PlotCanvas
-
- addGaussQuantilestoPlot(int, int, double) - Method in class org.math.plot.canvas.PlotCanvas
-
- addGaussQuantilestoPlot(int, int, double[]) - Method in class org.math.plot.PlotPanel
-
- addGaussQuantilestoPlot(int, int, double) - Method in class org.math.plot.PlotPanel
-
- addGridPlot(String, Color, double[], double[], double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addGridPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addGridPlot(String, Color, double[], double[], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addGridPlot(String, double[], double[], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addGridPlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addGridPlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, Color, double[][], double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[][], double) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[], int) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[], double...) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[], double, double, int) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addHistogramPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addHistogramPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addHistogramPlot(String, Color, double[][], int, int) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addHistogramPlot(String, Color, double[][], double[], double[]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addHistogramPlot(String, Color, double[][], double, double, int, double, double, int) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addHistogramPlot(String, Color, double[][], double[]) - Method in class org.math.plot.Plot2DPanel
-
Adds a histogram plot to the current plot panel.
- addHistogramPlot(String, double[][], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a histogram plot to the current plot panel.
- addHistogramPlot(String, Color, double[], int) - Method in class org.math.plot.Plot2DPanel
-
Adds a plot of the statistical repartition of a sample, as a histogram.
- addHistogramPlot(String, double[], int) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, Color, double[], double...) - Method in class org.math.plot.Plot2DPanel
-
Adds a plot of the statistical repartition of a sample, as a histogram.
- addHistogramPlot(String, double[], double...) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, Color, double[], double, double, int) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, double[], double, double, int) - Method in class org.math.plot.Plot2DPanel
-
- addHistogramPlot(String, Color, double[][], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, double[][], double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, Color, double[][], int, int) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, double[][], int, int) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, Color, double[][], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, double[][], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, Color, double[][], double, double, int, double, double, int) - Method in class org.math.plot.Plot3DPanel
-
- addHistogramPlot(String, double[][], double, double, int, double, double, int) - Method in class org.math.plot.Plot3DPanel
-
- addLabel(String, Color, double...) - Method in class org.math.plot.canvas.PlotCanvas
-
- addLabel(String, Color, double...) - Method in class org.math.plot.PlotPanel
-
- addLayer(LayerPlot) - Method in class org.math.plot.plots.Plot
-
- addLegend(String) - Method in class org.math.plot.PlotPanel
-
Defines where the legend of the plot should be added to the plot
panel.
- addLinePlot(String, Color, double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addLinePlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addLinePlot(String, Color, double[], double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addLinePlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addLinePlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addLinePlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a line plot (each data point is connected to the next one by a
solid line) to the current plot panel.
- addLinePlot(String, Color, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addLinePlot(String, Color, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addLinePlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addLinePlot(String, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addLinePlot(String, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addLinePlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
Adds a line plot (each data point is connected to the next one by a
solid line) to the current plot panel.
- addLinePlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addLinePlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addLinePlot(String, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addPlot(Plot) - Method in class org.math.plot.canvas.PlotCanvas
-
- addPlot(String, String, Color, double[]...) - Method in class org.math.plot.Plot2DPanel
-
- addPlot(String, String, Color, double[]...) - Method in class org.math.plot.Plot3DPanel
-
- addPlot(Plot) - Method in class org.math.plot.PlotPanel
-
- addPlot(String, String, double[]...) - Method in class org.math.plot.PlotPanel
-
- addPlot(String, String, Color, double[]...) - Method in class org.math.plot.PlotPanel
-
- addPlotable(Plotable) - Method in class org.math.plot.canvas.PlotCanvas
-
- addPlotable(Plotable) - Method in class org.math.plot.PlotPanel
-
- addPlotToolBar(String) - Method in class org.math.plot.PlotPanel
-
Adds a new plot toolbar to the specified location.
- addQuantile(QuantileLayerPlot) - Method in class org.math.plot.plots.Plot
-
- addQuantile(int, double, double[], boolean) - Method in class org.math.plot.plots.Plot
-
- addQuantile(int, double, double, boolean) - Method in class org.math.plot.plots.Plot
-
- addQuantiles(int, double[][]) - Method in class org.math.plot.plots.Plot
-
- addQuantiles(int, double[]) - Method in class org.math.plot.plots.Plot
-
- addQuantilestoPlot(int, int, double[][]) - Method in class org.math.plot.canvas.PlotCanvas
-
- addQuantilestoPlot(int, int, double[]) - Method in class org.math.plot.canvas.PlotCanvas
-
- addQuantilestoPlot(int, int, double[][]) - Method in class org.math.plot.PlotPanel
-
- addQuantilestoPlot(int, int, double[]) - Method in class org.math.plot.PlotPanel
-
- addQuantiletoPlot(int, int, double, boolean, double[]) - Method in class org.math.plot.canvas.PlotCanvas
-
- addQuantiletoPlot(int, int, double, boolean, double) - Method in class org.math.plot.canvas.PlotCanvas
-
- addQuantiletoPlot(int, int, double, boolean, double[]) - Method in class org.math.plot.PlotPanel
-
- addQuantiletoPlot(int, int, double, boolean, double) - Method in class org.math.plot.PlotPanel
-
- addScatterPlot(String, Color, double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addScatterPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addScatterPlot(String, Color, double[], double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addScatterPlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addScatterPlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- addScatterPlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a scatter plot (each data point is plotted as a single dot
marker) to the current plot panel.
- addScatterPlot(String, Color, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addScatterPlot(String, Color, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addScatterPlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addScatterPlot(String, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addScatterPlot(String, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addScatterPlot(String, Color, double[][]) - Method in class org.math.plot.Plot3DPanel
-
Adds a scatter plot (each data point is plotted as a single dot
marker) to the current plot panel.
- addScatterPlot(String, Color, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addScatterPlot(String, double[][]) - Method in class org.math.plot.Plot3DPanel
-
- addScatterPlot(String, double[], double[], double[]) - Method in class org.math.plot.Plot3DPanel
-
- addSelectionListener(ListSelectionListener) - Method in class org.math.plot.MatrixTablePanel
-
- addStaircasePlot(String, Color, double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addStaircasePlot(String, Color, double[][]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addStaircasePlot(String, Color, double[], double[]) - Method in class org.math.plot.canvas.Plot2DCanvas
-
- addStaircasePlot(String, Color, double[][]) - Method in class org.math.plot.Plot2DPanel
-
Adds a staircase plot (each data point is connected to the following
one by a horizontal line then a vertical line) to the current plot panel.
- addStaircasePlot(String, Color, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addStaircasePlot(String, Color, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addStaircasePlot(String, double[][]) - Method in class org.math.plot.Plot2DPanel
-
- addStaircasePlot(String, double[]) - Method in class org.math.plot.Plot2DPanel
-
- addStaircasePlot(String, double[], double[]) - Method in class org.math.plot.Plot2DPanel
-
- addVector(double[][]) - Method in class org.math.plot.plots.Plot
-
- addVectortoPlot(int, double[][]) - Method in class org.math.plot.canvas.PlotCanvas
-
- addVectortoPlot(int, double[][]) - Method in class org.math.plot.PlotPanel
-
- ajustBoundsChanged() - Method in class org.math.plot.components.PlotToolBar
-
- allowEdit - Variable in class org.math.plot.canvas.PlotCanvas
-
- allowNote - Variable in class org.math.plot.canvas.PlotCanvas
-
- allowNoteCoord - Variable in class org.math.plot.canvas.PlotCanvas
-
- alpha - Variable in class org.math.plot.plotObjects.PaintImage
-
- angle - Variable in class org.math.plot.plotObjects.Label
-
- approx(double, int) - Static method in class org.math.plot.plotObjects.Label
-
- Array - Class in org.math.plot.utils
-
BSD License
- Array() - Constructor for class org.math.plot.utils.Array
-
- asByte(int) - Static method in class org.math.plot.utils.NumbersUtils
-
Not defining an asByte(long) method, since asByte((int)aLong) works.
- asin(double) - Static method in class org.math.plot.utils.FastMath
-
- asinInRange(double) - Static method in class org.math.plot.utils.FastMath
-
If value is not NaN and is outside [-1,1] range, closest value in this range is used.
- asInt(long) - Static method in class org.math.plot.utils.NumbersUtils
-
- atan(double) - Static method in class org.math.plot.utils.FastMath
-
- atan2(double, double) - Static method in class org.math.plot.utils.FastMath
-
For special values for which multiple conventions could be adopted, behaves like Math.atan2(double,double).
- attachLegend(LegendPanel) - Method in class org.math.plot.canvas.PlotCanvas
-
- authorizedLogScale(int) - Method in class org.math.plot.plotObjects.Base
-
- AWTDrawer - Class in org.math.plot.render
-
- AWTDrawer(PlotCanvas) - Constructor for class org.math.plot.render.AWTDrawer
-
- AWTDrawer2D - Class in org.math.plot.render
-
- AWTDrawer2D(PlotCanvas) - Constructor for class org.math.plot.render.AWTDrawer2D
-
- AWTDrawer3D - Class in org.math.plot.render
-
- AWTDrawer3D(PlotCanvas) - Constructor for class org.math.plot.render.AWTDrawer3D
-
- axesScales - Variable in class org.math.plot.plotObjects.Base
-
- Axis - Class in org.math.plot.plotObjects
-
Class use to describe one of the axis of a plot object.
- Axis(Base, String, Color, int) - Constructor for class org.math.plot.plotObjects.Axis
-
- axis - Variable in class org.math.plot.plotObjects.BasePlot
-
- GaussianDensityLayerPlot - Class in org.math.plot.plots
-
- GaussianDensityLayerPlot(Plot, int, double) - Constructor for class org.math.plot.plots.GaussianDensityLayerPlot
-
- GaussianDensityLayerPlot(Plot, int, double[]) - Constructor for class org.math.plot.plots.GaussianDensityLayerPlot
-
Build a gauss quantile plot based on given plot.
- getAdjustBounds() - Method in class org.math.plot.canvas.PlotCanvas
-
- getAffineTransform(int, int, double[], double[], double[]) - Method in class org.math.plot.render.AWTDrawer
-
- getAxe() - Method in class org.math.plot.plots.DensityLayerPlot
-
- getAxe() - Method in class org.math.plot.plots.GaussianDensityLayerPlot
-
- getAxe() - Method in class org.math.plot.plots.QuantileLayerPlot
-
- getAxeScale(int) - Method in class org.math.plot.plotObjects.Base
-
- getAxesScales() - Method in class org.math.plot.plotObjects.Base
-
- getAxis(int) - Method in class org.math.plot.plotObjects.BasePlot
-
- getAxis() - Method in class org.math.plot.plotObjects.BasePlot
-
- getAxis(int) - Method in class org.math.plot.PlotPanel
-
Return the axis specified in parameter.
- getAxisScales() - Method in class org.math.plot.canvas.PlotCanvas
-
- getAxisScales() - Method in class org.math.plot.PlotPanel
-
Returns the scaling for all of the axis of the plot.
- getBaseOffset() - Method in class org.math.plot.render.AbstractDrawer
-
- getBounds() - Method in class org.math.plot.plots.BoxPlot2D
-
- getBounds() - Method in class org.math.plot.plots.BoxPlot3D
-
- getBounds() - Method in class org.math.plot.plots.CloudPlot2D
-
- getBounds() - Method in class org.math.plot.plots.CloudPlot3D
-
- getBounds() - Method in class org.math.plot.plots.GridPlot3D
-
- getBounds() - Method in class org.math.plot.plots.HistogramPlot2D
-
- getBounds() - Method in class org.math.plot.plots.HistogramPlot3D
-
- getBounds() - Method in class org.math.plot.plots.LayerPlot
-
- getBounds(int) - Method in class org.math.plot.plots.Plot
-
- getBounds() - Method in class org.math.plot.plots.Plot
-
This method should be abstract, but for backward compatibility, here is a basic impl.
- getBounds() - Method in class org.math.plot.plots.ScatterPlot
-
- getColor() - Method in class org.math.plot.plotObjects.Axis
-
Returns the color of the axis' label.
- getColor() - Method in class org.math.plot.plotObjects.BasePlot
-
- getColor() - Method in class org.math.plot.plotObjects.Label
-
- getColor() - Method in class org.math.plot.plotObjects.Line
-
- getColor() - Method in class org.math.plot.plotObjects.PaintImage
-
- getColor() - Method in interface org.math.plot.plotObjects.Plotable
-
- getColor() - Method in class org.math.plot.plotObjects.RasterImage
-
- getColor() - Method in class org.math.plot.plots.Plot
-
- getColor() - Method in class org.math.plot.render.AbstractDrawer
-
- getColor() - Method in class org.math.plot.render.AWTDrawer
-
- getColumnCopy(double[][], int) - Static method in class org.math.plot.utils.Array
-
- getColumnCopy(double[][][], int, int) - Static method in class org.math.plot.utils.Array
-
- getColumnDimension(double[][], int) - Static method in class org.math.plot.utils.Array
-
- getColumnsCopy(double[][], int...) - Static method in class org.math.plot.utils.Array
-
- getColumnsRangeCopy(double[][], int, int) - Static method in class org.math.plot.utils.Array
-
- getCoords() - Method in class org.math.plot.plotObjects.Base
-
- getCopy(double[], int...) - Static method in class org.math.plot.utils.Array
-
- getData() - Method in class org.math.plot.plots.BoxPlot2D
-
- getData() - Method in class org.math.plot.plots.BoxPlot3D
-
- getData() - Method in class org.math.plot.plots.CloudPlot2D
-
- getData() - Method in class org.math.plot.plots.CloudPlot3D
-
- getData() - Method in class org.math.plot.plots.DensityLayerPlot
-
- getData() - Method in class org.math.plot.plots.GaussianDensityLayerPlot
-
- getData() - Method in class org.math.plot.plots.GridPlot3D
-
- getData() - Method in class org.math.plot.plots.HistogramPlot2D
-
- getData() - Method in class org.math.plot.plots.HistogramPlot3D
-
- getData() - Method in class org.math.plot.plots.Plot
-
- getData() - Method in class org.math.plot.plots.QuantileLayerPlot
-
- getData() - Method in class org.math.plot.plots.ScatterPlot
-
- getData() - Method in class org.math.plot.plots.VectorLayerPlot
-
- getDataPanel(PlotCanvas) - Method in class org.math.plot.plots.LayerPlot
-
- getDataPanel(PlotCanvas) - Method in class org.math.plot.plots.Plot
-
- getDataWidth() - Method in class org.math.plot.plots.BoxPlot2D
-
- getDataWidth() - Method in class org.math.plot.plots.BoxPlot3D
-
- getDataWidth() - Method in class org.math.plot.plots.HistogramPlot2D
-
- getDataWidth() - Method in class org.math.plot.plots.HistogramPlot3D
-
- getDataX() - Method in class org.math.plot.plots.GridPlot3D
-
- getDataY() - Method in class org.math.plot.plots.GridPlot3D
-
- getDataZ() - Method in class org.math.plot.plots.GridPlot3D
-
- getDotPattern() - Method in class org.math.plot.render.AbstractDrawer
-
- getDotRadius() - Method in class org.math.plot.render.AbstractDrawer
-
- getDotType() - Method in class org.math.plot.render.AbstractDrawer
-
- getEditable() - Method in class org.math.plot.canvas.PlotCanvas
-
- getEditable() - Method in class org.math.plot.PlotPanel
-
- getExponent(float) - Static method in class org.math.plot.utils.FastMath
-
- getExponent(double) - Static method in class org.math.plot.utils.FastMath
-
- getFont() - Method in class org.math.plot.plotObjects.Label
-
- getFont() - Method in class org.math.plot.PlotPanel
-
- getFont() - Method in class org.math.plot.render.AbstractDrawer
-
- getFont() - Method in class org.math.plot.render.AWTDrawer
-
- getGradientColor() - Method in class org.math.plot.plotObjects.Line
-
- getGraphics2D() - Method in class org.math.plot.render.AbstractDrawer
-
- getGrid() - Method in class org.math.plot.canvas.PlotCanvas
-
- getLegend() - Method in class org.math.plot.plotObjects.Axis
-
Returns the label of the axis.
- getLegend() - Method in class org.math.plot.plotObjects.BasePlot
-
- getLegend(int) - Method in class org.math.plot.plotObjects.BasePlot
-
- getLegendCoord() - Method in class org.math.plot.plotObjects.Axis
-
Returns the coordinates of the axis label, in the referential of the
canvas it is drawn in.
- getLineWidth() - Method in class org.math.plot.render.AbstractDrawer
-
- getMatrix() - Method in class org.math.plot.MatrixTablePanel
-
- getMaxBounds() - Method in class org.math.plot.plotObjects.Base
-
- getMinBounds() - Method in class org.math.plot.plotObjects.Base
-
- getName() - Method in class org.math.plot.plots.Plot
-
- getNewColor() - Method in class org.math.plot.PlotPanel
-
- getNotable() - Method in class org.math.plot.canvas.PlotCanvas
-
- getNotable() - Method in class org.math.plot.PlotPanel
-
- getPlot(int) - Method in class org.math.plot.canvas.PlotCanvas
-
- getPlot(int) - Method in class org.math.plot.PlotPanel
-
- getPlotable(int) - Method in class org.math.plot.canvas.PlotCanvas
-
- getPlotable(int) - Method in class org.math.plot.PlotPanel
-
- getPlotables() - Method in class org.math.plot.canvas.PlotCanvas
-
- getPlotables() - Method in class org.math.plot.PlotPanel
-
- getPlotIndex(Plot) - Method in class org.math.plot.canvas.PlotCanvas
-
- getPlotIndex(Plot) - Method in class org.math.plot.PlotPanel
-
- getPlots() - Method in class org.math.plot.canvas.PlotCanvas
-
- getPlots() - Method in class org.math.plot.PlotPanel
-
- getPlotToolBar() - Method in class org.math.plot.PlotPanel
-
- getPrecisionUnit() - Method in class org.math.plot.plotObjects.Base
-
- getQuantileRate() - Method in class org.math.plot.plots.QuantileLayerPlot
-
- getQuantilesValue(int) - Method in class org.math.plot.plots.GaussianDensityLayerPlot
-
- getQuantilesValue(int) - Method in class org.math.plot.plots.QuantileLayerPlot
-
- getRangeCopy(double[], int, int) - Static method in class org.math.plot.utils.Array
-
- getRowCopy(double[][], int) - Static method in class org.math.plot.utils.Array
-
- getRowsCopy(double[][], int...) - Static method in class org.math.plot.utils.Array
-
- getRowsRangeCopy(double[][], int, int) - Static method in class org.math.plot.utils.Array
-
- getScreenOffset() - Method in class org.math.plot.render.AbstractDrawer
-
- getSelectedAxisIndex() - Method in class org.math.plot.DataSelectPanel
-
- getSelectedAxisIndex() - Method in class org.math.plot.DataSelectTable
-
- getSelectedDataIndex() - Method in class org.math.plot.DataSelectPanel
-
return selected data
- getSelectedDataIndex() - Method in class org.math.plot.DataSelectTable
-
return selected data
- getSelectedFullData() - Method in class org.math.plot.DataSelectPanel
-
return selected data
- getSelectedFullData() - Method in class org.math.plot.DataSelectTable
-
return selected data
- getSelectedProjectedData() - Method in class org.math.plot.DataSelectPanel
-
return selected data projected on axis selected
- getSelectedProjectedData() - Method in class org.math.plot.DataSelectTable
-
return selected data projected on axis selected
- getSelectedXAxis() - Method in class org.math.plot.DataSelectPanel
-
return selected X axis name
- getSelectedXAxis() - Method in class org.math.plot.DataSelectTable
-
return selected X axis name
- getSelectedYAxis() - Method in class org.math.plot.DataSelectPanel
-
return selected Y axis name
- getSelectedYAxis() - Method in class org.math.plot.DataSelectTable
-
return selected Y axis name
- getSelectedZAxis() - Method in class org.math.plot.DataSelectPanel
-
return selected Z axis name
- getSelectedZAxis() - Method in class org.math.plot.DataSelectTable
-
return selected Z axis name
- getStringMap() - Method in class org.math.plot.plotObjects.Axis
-
Returns the mapping of the data on this axis, which is the association
between values along this axis as String and double numbers.
- getSubMatrixRangeCopy(double[][], int, int, int, int) - Static method in class org.math.plot.utils.Array
-
- getText() - Method in class org.math.plot.components.ScalesFrame.ScalePanel
-
- getText() - Method in class org.math.plot.MatrixTablePanel
-
- getText() - Method in class org.math.plot.plotObjects.Label
-
- getText() - Method in class org.math.plot.plots.Plot.DefaultDataPanel
-
- getTextAngle() - Method in class org.math.plot.render.AbstractDrawer
-
- getTextOffset() - Method in class org.math.plot.render.AbstractDrawer
-
- getValue(int) - Method in class org.math.plot.ParametersPanel
-
- getValueIndex(int) - Method in class org.math.plot.ParametersPanel
-
- getValues() - Method in class org.math.plot.ParametersPanel
-
- getValuesIndex() - Method in class org.math.plot.ParametersPanel
-
- getVisible() - Method in class org.math.plot.plotObjects.Axis
-
Returns the visibility of the whole axis object.
- getVisible() - Method in class org.math.plot.plotObjects.BasePlot
-
- getVisible() - Method in class org.math.plot.plotObjects.Label
-
- getVisible() - Method in class org.math.plot.plotObjects.Line
-
- getVisible() - Method in class org.math.plot.plotObjects.PaintImage
-
- getVisible() - Method in interface org.math.plot.plotObjects.Plotable
-
- getVisible() - Method in class org.math.plot.plotObjects.RasterImage
-
- getVisible() - Method in class org.math.plot.plots.Plot
-
- gradientColor - Variable in class org.math.plot.plotObjects.Line
-
- grid - Variable in class org.math.plot.canvas.PlotCanvas
-
- GRID - Static variable in class org.math.plot.PlotPanel
-
- GridPlot3D - Class in org.math.plot.plots
-
- GridPlot3D(String, Color, double[], double[], double[][]) - Constructor for class org.math.plot.plots.GridPlot3D
-
- scalb(double, int) - Static method in class org.math.plot.utils.FastMath
-
- scalb(float, int) - Static method in class org.math.plot.utils.FastMath
-
- ScalePanel(PlotCanvas, int) - Constructor for class org.math.plot.components.ScalesFrame.ScalePanel
-
- ScalesFrame - Class in org.math.plot.components
-
BSD License
- ScalesFrame(PlotCanvas) - Constructor for class org.math.plot.components.ScalesFrame
-
- ScalesFrame.ScalePanel - Class in org.math.plot.components
-
- SCATTER - Static variable in class org.math.plot.PlotPanel
-
- ScatterPlot - Class in org.math.plot.plots
-
- ScatterPlot(String, Color, boolean[][], double[][]) - Constructor for class org.math.plot.plots.ScatterPlot
-
- ScatterPlot(String, Color, int, int, double[][]) - Constructor for class org.math.plot.plots.ScatterPlot
-
- ScatterPlot(String, Color, double[][]) - Constructor for class org.math.plot.plots.ScatterPlot
-
- screen_offset - Variable in class org.math.plot.render.AbstractDrawer
-
- screenProjection(double...) - Method in class org.math.plot.render.Projection
-
- screenProjectionBase(double...) - Method in class org.math.plot.render.Projection
-
- scrollPane - Variable in class org.math.plot.DataPanel
-
- selectAsX(int) - Method in class org.math.plot.DataSelectPanel
-
- selectAsY(int) - Method in class org.math.plot.DataSelectPanel
-
- selectAsZ(int) - Method in class org.math.plot.DataSelectPanel
-
- selectIndex(int) - Method in class org.math.plot.components.DataFrame
-
- setAction(Runnable) - Method in class org.math.plot.ParametersPanel
-
- setActionMode(int) - Method in class org.math.plot.canvas.PlotCanvas
-
- setActionMode(int) - Method in class org.math.plot.PlotPanel
-
- setAdjustBounds(boolean) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAdjustBounds(boolean) - Method in class org.math.plot.PlotPanel
-
- setAutoBounds() - Method in class org.math.plot.canvas.PlotCanvas
-
- setAutoBounds(int) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAutoBounds() - Method in class org.math.plot.PlotPanel
-
Set bounds automatically.
- setAutoBounds(int) - Method in class org.math.plot.PlotPanel
-
Set bounds automatically for one axis.
- setAxesScales(String[]) - Method in class org.math.plot.plotObjects.Base
-
- setAxesScales(int, String) - Method in class org.math.plot.plotObjects.Base
-
- setAxiScale(int, String) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAxisLabel(int, String) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAxisLabel(int, String) - Method in class org.math.plot.PlotPanel
-
Sets the name of the axis specified in parameter.
- setAxisLabels(String...) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAxisLabels(String...) - Method in class org.math.plot.PlotPanel
-
Sets the name of the axis, in this order: X, Y and Z.
- setAxisScale(int, String) - Method in class org.math.plot.PlotPanel
-
Sets the scaling of the specified axis.
- setAxisScales(String...) - Method in class org.math.plot.canvas.PlotCanvas
-
- setAxisScales(String...) - Method in class org.math.plot.PlotPanel
-
Sets the scale of the axes, linear or logarithm, in this order: X,Y,Z.
- setBase(Base) - Method in class org.math.plot.plotObjects.BasePlot
-
- setBaseOffset(double...) - Method in class org.math.plot.render.AbstractDrawer
-
- setColor(Color) - Method in class org.math.plot.plotObjects.Axis
-
Sets the color used to display the axis' label.
- setColor(Color) - Method in class org.math.plot.plotObjects.BasePlot
-
- setColor(Color) - Method in class org.math.plot.plotObjects.Label
-
- setColor(Color) - Method in class org.math.plot.plotObjects.Line
-
- setColor(Color) - Method in class org.math.plot.plotObjects.PaintImage
-
- setColor(Color) - Method in interface org.math.plot.plotObjects.Plotable
-
- setColor(Color) - Method in class org.math.plot.plotObjects.RasterImage
-
- setColor(Color) - Method in class org.math.plot.plots.Plot
-
- setColor(Color) - Method in class org.math.plot.render.AbstractDrawer
-
- setColor(Color) - Method in class org.math.plot.render.AWTDrawer
-
- setCoord(double...) - Method in class org.math.plot.plotObjects.Label
-
- setCorner(double, double) - Method in class org.math.plot.plotObjects.Label
-
reference point center: 0.5, 0.5 lowerleft: 0,0 upperleft 1, 0 ...
- setData(Object[][]) - Method in class org.math.plot.DataSelectPanel
-
- setData(Object[][]) - Method in class org.math.plot.DataSelectTable
-
- setData(double[][]) - Method in class org.math.plot.plots.BoxPlot2D
-
- setData(double[][], double[][]) - Method in class org.math.plot.plots.BoxPlot2D
-
- setData(double[][]) - Method in class org.math.plot.plots.BoxPlot3D
-
- setData(double[][], double[][]) - Method in class org.math.plot.plots.BoxPlot3D
-
- setData(double[][]) - Method in class org.math.plot.plots.CloudPlot2D
-
- setData(double[][]) - Method in class org.math.plot.plots.CloudPlot3D
-
- setData(double[][]) - Method in class org.math.plot.plots.DensityLayerPlot
-
- setData(double[][]) - Method in class org.math.plot.plots.GaussianDensityLayerPlot
-
- setData(double[][]) - Method in class org.math.plot.plots.GridPlot3D
-
- setData(double[][]) - Method in class org.math.plot.plots.HistogramPlot2D
-
- setData(double[][], double[]) - Method in class org.math.plot.plots.HistogramPlot2D
-
- setData(double[][], double) - Method in class org.math.plot.plots.HistogramPlot2D
-
- setData(double[][]) - Method in class org.math.plot.plots.HistogramPlot3D
-
- setData(double[][], double[][]) - Method in class org.math.plot.plots.HistogramPlot3D
-
- setData(double[][], double...) - Method in class org.math.plot.plots.HistogramPlot3D
-
- setData(double[][]) - Method in class org.math.plot.plots.Plot
-
- setData(double[][]) - Method in class org.math.plot.plots.QuantileLayerPlot
-
- setData(double[][]) - Method in class org.math.plot.plots.ScatterPlot
-
- setData(double[][]) - Method in class org.math.plot.plots.VectorLayerPlot
-
- setDataFrame(DataFrame) - Method in class org.math.plot.canvas.PlotCanvas
-
- setDataWidth(double[][]) - Method in class org.math.plot.plots.BoxPlot2D
-
- setDataWidth(double[][]) - Method in class org.math.plot.plots.BoxPlot3D
-
- setDataWidth(double[]) - Method in class org.math.plot.plots.HistogramPlot2D
-
- setDataWidth(double) - Method in class org.math.plot.plots.HistogramPlot2D
-
- setDataWidth(double[][]) - Method in class org.math.plot.plots.HistogramPlot3D
-
- setDataWidth(double...) - Method in class org.math.plot.plots.HistogramPlot3D
-
- setDataX(double[]) - Method in class org.math.plot.plots.GridPlot3D
-
- setDataXYZ(double[], double[], double[][]) - Method in class org.math.plot.plots.GridPlot3D
-
- setDataY(double[]) - Method in class org.math.plot.plots.GridPlot3D
-
- setDataZ(double[][]) - Method in class org.math.plot.plots.GridPlot3D
-
- setDefaultCloseOperation(int) - Method in class org.math.plot.components.ScalesFrame
-
- setDefaultZoom(double) - Method in class org.math.plot.canvas.Plot3DCanvas
-
- setDefaultZoom(double) - Method in class org.math.plot.Plot3DPanel
-
- setDotPattern(int) - Method in class org.math.plot.plots.ScatterPlot
-
- setDotPattern(boolean[][]) - Method in class org.math.plot.plots.ScatterPlot
-
- setDotPattern(boolean[][]) - Method in class org.math.plot.render.AbstractDrawer
-
- setDotRadius(int) - Method in class org.math.plot.render.AbstractDrawer
-
- setDotType(int) - Method in class org.math.plot.render.AbstractDrawer
-
- setEditable(boolean) - Method in class org.math.plot.canvas.PlotCanvas
-
- setEditable(boolean) - Method in class org.math.plot.components.ScalesFrame
-
- setEditable(boolean) - Method in class org.math.plot.PlotPanel
-
- setEnd(double[]) - Method in class org.math.plot.plotObjects.Axis
-
Problem here?
- setFixedBounds(double[], double[]) - Method in class org.math.plot.canvas.PlotCanvas
-
- setFixedBounds(int, double, double) - Method in class org.math.plot.canvas.PlotCanvas
-
- setFixedBounds(int, double, double) - Method in class org.math.plot.plotObjects.Base
-
- setFixedBounds(double[], double[]) - Method in class org.math.plot.plotObjects.Base
-
- setFixedBounds(double[], double[]) - Method in class org.math.plot.PlotPanel
-
Sets the boundaries for each axis.
- setFixedBounds(int, double, double) - Method in class org.math.plot.PlotPanel
-
Sets the boundaries for the specified axis.
- setFont(Font) - Method in class org.math.plot.plotObjects.Label
-
- setFont(Font) - Method in class org.math.plot.PlotPanel
-
- setFont(Font) - Method in class org.math.plot.render.AbstractDrawer
-
- setFont(Font) - Method in class org.math.plot.render.AWTDrawer
-
- setGradient(double[], Color, double[], Color) - Method in class org.math.plot.render.AbstractDrawer
-
- setGradient(double[], Color, double[], Color) - Method in class org.math.plot.render.AWTDrawer
-
- setGradientColor(Color) - Method in class org.math.plot.plotObjects.Line
-
- setGridVisible(boolean) - Method in class org.math.plot.plotObjects.Axis
-
Sets the visibility of the light lines and their labels.
- setGridVisible(int, boolean) - Method in class org.math.plot.plotObjects.BasePlot
-
- setHeaders(String[]) - Method in class org.math.plot.MatrixTablePanel
-
- setLabelAngle(double) - Method in class org.math.plot.plotObjects.Axis
-
Sets the angle with which the label will be displayed.
- setLabelFont(Font) - Method in class org.math.plot.plotObjects.Axis
-
Sets the font used to display the label.
- setLabelPosition(double...) - Method in class org.math.plot.plotObjects.Axis
-
Sets the position of the axis label on the panel.
- setLabelText(String) - Method in class org.math.plot.plotObjects.Axis
-
Specifies the label of the axis.
- setLegend(String) - Method in class org.math.plot.plotObjects.Axis
-
Sets the label of this axis.
- setLegend(String[]) - Method in class org.math.plot.plotObjects.BasePlot
-
- setLegend(int, String) - Method in class org.math.plot.plotObjects.BasePlot
-
- setLegendOrientation(String) - Method in class org.math.plot.PlotPanel
-
Moves the legend to the specified location.
- setLightLabelAngle(double) - Method in class org.math.plot.plotObjects.Axis
-
Sets the angle with which the light labels will be displayed.
- setLightLabelFont(Font) - Method in class org.math.plot.plotObjects.Axis
-
Sets the font used for the light labels.
- setLightLabels() - Method in class org.math.plot.plotObjects.Axis
-
When called out of the axis class, resets the light labels to their
default value.
- setLightLabelText(String[]) - Method in class org.math.plot.plotObjects.Axis
-
Sets the labels of the light lines.
- setLineType(int) - Method in class org.math.plot.render.AbstractDrawer
-
- setLineWidth(int) - Method in class org.math.plot.render.AbstractDrawer
-
- setMatrix(Object[][]) - Method in class org.math.plot.MatrixTablePanel
-
- setName(String) - Method in class org.math.plot.plots.Plot
-
- setNotable(boolean) - Method in class org.math.plot.canvas.PlotCanvas
-
- setNotable(boolean) - Method in class org.math.plot.PlotPanel
-
- setNoteCoords(boolean) - Method in class org.math.plot.canvas.PlotCanvas
-
- setNoteCoords(boolean) - Method in class org.math.plot.PlotPanel
-
- setOrigin(double[]) - Method in class org.math.plot.plotObjects.Axis
-
- setPlot(int, Plot) - Method in class org.math.plot.canvas.PlotCanvas
-
- setPlot(int, Plot) - Method in class org.math.plot.PlotPanel
-
- setPlotToolBarOrientation(String) - Method in class org.math.plot.PlotPanel
-
Moves the plot toolbar to the specified location.
- setRoundBounds(int, double, double) - Method in class org.math.plot.plotObjects.Base
-
- setRoundBounds(double[], double[]) - Method in class org.math.plot.plotObjects.Base
-
- setScalesFrame(JFrame) - Method in class org.math.plot.canvas.PlotCanvas
-
- setScreenOffset(int...) - Method in class org.math.plot.render.AbstractDrawer
-
- setStringMap(HashMap<String, Double>) - Method in class org.math.plot.plotObjects.Axis
-
Returns the mapping of the data on this axis, which is the association
between values along this axis as String and double numbers.
- setTags(String[]) - Method in class org.math.plot.plots.ScatterPlot
-
- setText(String) - Method in class org.math.plot.plotObjects.Label
-
- setTextAngle(double) - Method in class org.math.plot.render.AbstractDrawer
-
- setTextOffset(double, double) - Method in class org.math.plot.render.AbstractDrawer
-
- setVisible(boolean) - Method in class org.math.plot.components.DataFrame
-
- setVisible(boolean) - Method in class org.math.plot.components.ScalesFrame
-
- setVisible(boolean) - Method in class org.math.plot.plotObjects.Axis
-
Sets the visibility of the whole axis object.
- setVisible(boolean) - Method in class org.math.plot.plotObjects.BasePlot
-
- setVisible(int, boolean) - Method in class org.math.plot.plotObjects.BasePlot
-
- setVisible(boolean) - Method in class org.math.plot.plotObjects.Label
-
- setVisible(boolean) - Method in class org.math.plot.plotObjects.Line
-
- setVisible(boolean) - Method in class org.math.plot.plotObjects.PaintImage
-
- setVisible(boolean) - Method in interface org.math.plot.plotObjects.Plotable
-
- setVisible(boolean) - Method in class org.math.plot.plotObjects.RasterImage
-
- setVisible(boolean) - Method in class org.math.plot.plots.Plot
-
- shortAsUnsigned(short) - Static method in class org.math.plot.utils.NumbersUtils
-
- signum(double) - Static method in class org.math.plot.utils.FastMath
-
- signum(float) - Static method in class org.math.plot.utils.FastMath
-
- signum(int) - Static method in class org.math.plot.utils.NumbersUtils
-
- signum(long) - Static method in class org.math.plot.utils.NumbersUtils
-
- sin(double) - Static method in class org.math.plot.utils.FastMath
-
- sin_phi - Variable in class org.math.plot.render.Projection3D
-
- sin_theta - Variable in class org.math.plot.render.Projection3D
-
- sinAndCos(double, FastMath.DoubleWrapper, FastMath.DoubleWrapper) - Static method in class org.math.plot.utils.FastMath
-
Computes sine and cosine together, at the cost of... a dependency of this class with DoubleWrapper.
- sinh(double) - Static method in class org.math.plot.utils.FastMath
-
- sinhAndCosh(double, FastMath.DoubleWrapper, FastMath.DoubleWrapper) - Static method in class org.math.plot.utils.FastMath
-
Computes hyperbolic sine and hyperbolic cosine together, at the cost of... a dependency of this class with DoubleWrapper.
- sinQuick(double) - Static method in class org.math.plot.utils.FastMath
-
Quick sine, with accuracy of about 1.6e-3 (PI/'look-up tabs size')
for |angle| < 6588397.0 (Integer.MAX_VALUE * (2*PI/'look-up tabs size')),
and no accuracy at all for larger values.
- source - Variable in class org.math.plot.plotObjects.PaintImage
-
- SOUTH - Static variable in class org.math.plot.PlotPanel
-
- sqrt(double) - Static method in class org.math.plot.utils.FastMath
-
- STAIRCASE - Static variable in class org.math.plot.PlotPanel
-
- StaircasePlot - Class in org.math.plot.plots
-
- StaircasePlot(String, Color, boolean[][], double[][]) - Constructor for class org.math.plot.plots.StaircasePlot
-
- StaircasePlot(String, Color, int, int, double[][]) - Constructor for class org.math.plot.plots.StaircasePlot
-
- StaircasePlot(String, Color, double[][]) - Constructor for class org.math.plot.plots.StaircasePlot
-
- stringMap - Variable in class org.math.plot.plotObjects.Axis
-
Mapping of the data on this axis, which is the association between values
along this axis as String and double numbers.
- STRINGS - Static variable in class org.math.plot.plotObjects.Base
-
- stringToPattern(String, String...) - Static method in class org.math.plot.render.AbstractDrawer
-
- stringToPattern(String, String) - Static method in class org.math.plot.render.AbstractDrawer
-
- subtractBounded(int, int) - Static method in class org.math.plot.utils.FastMath
-
- subtractBounded(long, long) - Static method in class org.math.plot.utils.FastMath
-
- subtractExact(int, int) - Static method in class org.math.plot.utils.FastMath
-
- subtractExact(long, long) - Static method in class org.math.plot.utils.FastMath
-
- symetric - Variable in class org.math.plot.plots.QuantileLayerPlot
-