public class PlottingConvenience extends Object
Constructor and Description |
---|
PlottingConvenience() |
Modifier and Type | Method and Description |
---|---|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
double[] values,
double[] yLow,
double[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
float[] values,
float[] yLow,
float[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
int[] values,
int[] yLow,
int[] yHigh)
|
static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
List<T0> categories,
List<T1> values,
List<T2> yLow,
List<T3> yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
long[] values,
long[] yLow,
long[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
short[] values,
short[] yLow,
short[] yHigh)
|
static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
List<T0> categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
|
static Figure |
catErrorBar(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String yLow,
String yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
Date[] values,
Date[] yLow,
Date[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
DBDateTime[] values,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
double[] values,
double[] yLow,
double[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
float[] values,
float[] yLow,
float[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
int[] values,
int[] yLow,
int[] yHigh)
|
static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
T0[] categories,
List<T1> values,
List<T2> yLow,
List<T3> yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
long[] values,
long[] yLow,
long[] yHigh)
|
static <T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
short[] values,
short[] yLow,
short[] yHigh)
|
static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
T0[] categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
|
static Figure |
catErrorBar(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh)
|
static Figure |
catErrorBarBy(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
catErrorBarBy(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
catHistPlot(Comparable seriesName,
double[] x)
|
static Figure |
catHistPlot(Comparable seriesName,
float[] x)
|
static Figure |
catHistPlot(Comparable seriesName,
int[] x)
|
static <T extends Comparable> |
catHistPlot(Comparable seriesName,
List<T> x)
|
static Figure |
catHistPlot(Comparable seriesName,
long[] x)
|
static Figure |
catHistPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName)
|
static <T extends Comparable> |
catHistPlot(Comparable seriesName,
T[] x)
|
static Figure |
catHistPlot(Comparable seriesName,
Table t,
String columnName)
|
static <T1 extends Comparable> |
catPlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
Date[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
DBDateTime[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
double[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
float[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
int[] values)
|
static <T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
long[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
short[] values)
|
static <T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
T1[] values)
|
static Figure |
catPlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
Date[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
DBDateTime[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
double[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
float[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
int[] values)
|
static <T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
List<T1> values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
long[] values)
|
static <T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
short[] values)
|
static <T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
T1[] values)
|
static Figure |
catPlot(Comparable seriesName,
Table t,
String categories,
String values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
Date[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
DBDateTime[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
double[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
float[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
int[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
List<T2> values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
long[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
short[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
T2[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
Date[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
DBDateTime[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
double[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
float[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
int[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
List<T2> values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
long[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
short[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
T2[] values)
|
static Figure |
catPlot3d(Comparable seriesName,
SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
Date[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
DBDateTime[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
double[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
float[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
int[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
List<T2> values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
long[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
short[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
T2[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
Date[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
DBDateTime[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
double[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
float[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
int[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
List<T2> values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
long[] values)
|
static <T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
short[] values)
|
static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
T2[] values)
|
static Figure |
catPlot3d(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
|
static Figure |
catPlot3dBy(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn,
String... byColumns)
|
static Figure |
catPlotBy(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String... byColumns)
|
static Figure |
catPlotBy(Comparable seriesName,
Table t,
String categories,
String values,
String... byColumns)
|
static com.illumon.iris.gui.color.Color |
color(String color)
See
Color.color |
static com.illumon.iris.gui.color.Color |
colorHSL(float h,
float s,
float l)
See
Color.colorHSL(float, float, float) |
static com.illumon.iris.gui.color.Color |
colorHSL(float h,
float s,
float l,
float a)
See
Color.colorHSL(float, float, float) |
static String[] |
colorNames()
See
Color.colorNames() |
static com.illumon.iris.gui.color.Color |
colorRGB(float r,
float g,
float b)
See
Color.colorRGB(int, int, int) |
static com.illumon.iris.gui.color.Color |
colorRGB(float r,
float g,
float b,
float a)
See
Color.colorRGB(int, int, int) |
static com.illumon.iris.gui.color.Color |
colorRGB(int rgb)
See
Color.colorRGB(int, int, int) |
static com.illumon.iris.gui.color.Color |
colorRGB(int rgba,
boolean hasAlpha)
See
Color.colorRGB(int, int, int) |
static com.illumon.iris.gui.color.Color |
colorRGB(int r,
int g,
int b)
See
Color.colorRGB(int, int, int) |
static com.illumon.iris.gui.color.Color |
colorRGB(int r,
int g,
int b,
int a)
See
Color.colorRGB(int, int, int) |
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y)
|
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y)
|
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y)
|
static <T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
List<T3> y)
|
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y)
|
static Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y)
|
static <T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y)
|
static <T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
List<T3> y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y)
|
static Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y)
|
static <T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y)
|
static Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y)
|
static Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y)
|
static Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
Date[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
DBDateTime[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
List<T3> y)
|
static Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y)
|
static Figure |
errorBarX(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y)
|
static Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y)
|
static Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y)
|
static Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
T3[] y)
|
static Figure |
errorBarX(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y)
|
static Figure |
errorBarXBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String... byColumns)
|
static Figure |
errorBarXBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String... byColumns)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
List<T3> y,
List<T4> yLow,
List<T5> yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
|
static Figure |
errorBarXY(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
|
static Figure |
errorBarXYBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
errorBarXYBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Date[] x,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
double[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
double[] x,
double[] y,
double[] yLow,
double[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
float[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
float[] x,
float[] y,
float[] yLow,
float[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
int[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
int[] x,
int[] y,
int[] yLow,
int[] yHigh)
|
static <T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static <T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
long[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
long[] x,
long[] y,
long[] yLow,
long[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String yLow,
String yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
short[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
short[] x,
short[] y,
short[] yLow,
short[] yHigh)
|
static <T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
|
static <T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
|
static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
|
static Figure |
errorBarY(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh)
|
static Figure |
errorBarYBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
errorBarYBy(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh,
String... byColumns)
|
static Figure |
figure()
|
static Figure |
figure(int numRows,
int numCols)
|
static Font |
font(String family,
Font.FontStyle style,
int size)
See
Font.font |
static Font |
font(String family,
String style,
int size)
See
Font.font |
static String[] |
fontFamilyNames()
|
static Font.FontStyle |
fontStyle(String style)
|
static String[] |
fontStyleNames()
|
static Figure |
histPlot(Comparable seriesName,
double[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
double[] x,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
float[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
float[] x,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
int[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
int[] x,
int nbins)
|
static <T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
double rangeMin,
double rangeMax,
int nbins)
|
static <T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
long[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
long[] x,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
short[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
short[] x,
int nbins)
|
static <T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
double rangeMin,
double rangeMax,
int nbins)
|
static <T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
Table counts)
|
static Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
|
static Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
int nbins)
|
static LineStyle.LineEndStyle |
lineEndStyle(String style)
|
static String[] |
lineEndStyleNames()
|
static LineStyle.LineJoinStyle |
lineJoinStyle(String style)
|
static String[] |
lineJoinStyleNames()
|
static LineStyle |
lineStyle()
|
static LineStyle |
lineStyle(double... dashPattern)
|
static LineStyle |
lineStyle(double width)
|
static LineStyle |
lineStyle(double width,
double[] dashPattern)
|
static LineStyle |
lineStyle(double width,
float[] dashPattern)
|
static LineStyle |
lineStyle(double width,
int[] dashPattern)
|
static LineStyle |
lineStyle(double width,
LineStyle.LineEndStyle endStyle,
LineStyle.LineJoinStyle joinStyle,
double... dashPattern)
|
static <T extends Number> |
lineStyle(double width,
LineStyle.LineEndStyle endStyle,
LineStyle.LineJoinStyle joinStyle,
List<T> dashPattern)
|
static <T extends Number> |
lineStyle(double width,
List<T> dashPattern)
|
static LineStyle |
lineStyle(double width,
long[] dashPattern)
|
static LineStyle |
lineStyle(double width,
String endStyle,
String joinStyle,
double... dashPattern)
|
static <T extends Number> |
lineStyle(double width,
String endStyle,
String joinStyle,
List<T> dashPattern)
|
static <T extends Number> |
lineStyle(double width,
T[] dashPattern)
|
static <T extends Number> |
lineStyle(List<T> dashPattern)
|
static LineStyle |
lineStyle(String endStyle,
String joinStyle)
|
static Figure |
newAxes()
See
Figure.newAxes() |
static Figure |
newAxes(int dim)
See
Figure.newAxes() |
static Figure |
newAxes(String name)
See
Figure.newAxes() |
static Figure |
newAxes(String name,
int dim)
See
Figure.newAxes() |
static Figure |
newChart()
|
static Figure |
newChart(int index)
|
static Figure |
newChart(int rowNum,
int colNum)
|
static Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
double[] open,
double[] high,
double[] low,
double[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
float[] open,
float[] high,
float[] low,
float[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
int[] open,
int[] high,
int[] low,
int[] close)
|
static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
Date[] time,
List<T1> open,
List<T2> high,
List<T3> low,
List<T4> close)
|
static Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
long[] open,
long[] high,
long[] low,
long[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
short[] open,
short[] high,
short[] low,
short[] close)
|
static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
Date[] time,
T1[] open,
T2[] high,
T3[] low,
T4[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
double[] open,
double[] high,
double[] low,
double[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
float[] open,
float[] high,
float[] low,
float[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
int[] open,
int[] high,
int[] low,
int[] close)
|
static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
List<T1> open,
List<T2> high,
List<T3> low,
List<T4> close)
|
static Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
long[] open,
long[] high,
long[] low,
long[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
short[] open,
short[] high,
short[] low,
short[] close)
|
static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
T1[] open,
T2[] high,
T3[] low,
T4[] close)
|
static Figure |
ohlcPlot(Comparable seriesName,
IndexableNumericData time,
IndexableNumericData open,
IndexableNumericData high,
IndexableNumericData low,
IndexableNumericData close)
|
static Figure |
ohlcPlot(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
|
static Figure |
ohlcPlot(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
|
static Figure |
ohlcPlotBy(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
|
static Figure |
ohlcPlotBy(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
|
static SelectableDataSetOneClick |
oneClick(Table t,
boolean requireAllFiltersToDisplay,
String... byColumns)
|
static SelectableDataSetOneClick |
oneClick(Table t,
String... byColumns)
|
static <T1 extends Comparable> |
piePlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
double[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
float[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
int[] values)
|
static <T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
long[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
short[] values)
|
static <T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
T1[] values)
|
static Figure |
piePlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
double[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
float[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
int[] values)
|
static <T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
List<T1> values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
long[] values)
|
static <T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
short[] values)
|
static <T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
T1[] values)
|
static Figure |
piePlot(Comparable seriesName,
Table t,
String categories,
String values)
|
static <T extends Number> |
plot(Comparable seriesName,
groovy.lang.Closure<T> function)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
Date[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
DBDateTime[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
double[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
double[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
double[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
DoubleUnaryOperator function)
|
static Figure |
plot(Comparable seriesName,
float[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
float[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
float[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
float[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
IndexableNumericData x,
IndexableNumericData y,
boolean hasXTimeAxis,
boolean hasYTimeAxis)
|
static Figure |
plot(Comparable seriesName,
int[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
int[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
int[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
int[] x,
T1[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
Date[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
DBDateTime[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
double[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
float[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
int[] y)
|
static <T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
List<T1> y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
long[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
short[] y)
|
static <T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
long[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
long[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
long[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
SelectableDataSet sds,
String x,
String y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
Date[] y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
DBDateTime[] y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
double[] y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
float[] y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
int[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
short[] x,
List<T1> y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
long[] y)
|
static Figure |
plot(Comparable seriesName,
short[] x,
short[] y)
|
static <T1 extends Number> |
plot(Comparable seriesName,
short[] x,
T1[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
Date[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
DBDateTime[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
double[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
float[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
int[] y)
|
static <T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
List<T1> y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
long[] y)
|
static <T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
short[] y)
|
static <T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
T1[] y)
|
static Figure |
plot(Comparable seriesName,
Table t,
String x,
String y)
|
static <T extends Number> |
plot3d(Comparable seriesName,
groovy.lang.Closure<T> function)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
DoubleBinaryOperator function)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
T2[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
Date[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
DBDateTime[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
double[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
float[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
int[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
List<T2> z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
long[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
short[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
T2[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
Date[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
DBDateTime[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
double[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
float[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
int[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
List<T2> z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
long[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
short[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
Date[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
DBDateTime[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
double[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
float[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
int[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
List<T2> z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
long[] z)
|
static Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
short[] z)
|
static <T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
T2[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
Date[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
DBDateTime[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
double[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
float[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
int[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
List<T2> z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
long[] z)
|
static <T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
short[] z)
|
static <T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
T2[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
Date[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
DBDateTime[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
double[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
float[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
int[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
List<T2> z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
long[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
short[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
T2[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
Date[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
DBDateTime[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
double[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
float[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
int[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
List<T2> z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
long[] z)
|
static <T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
short[] z)
|
static <T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
T2[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
Date[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
DBDateTime[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
double[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
float[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
int[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
List<T2> z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
long[] z)
|
static <T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
short[] z)
|
static <T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
T2[] z)
|
static Figure |
plot3d(Comparable seriesName,
Table t,
String x,
String y,
String z)
|
static Figure |
plot3dBy(Comparable seriesName,
Table t,
String x,
String y,
String z,
String... byColumns)
|
static Figure |
plotBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String... byColumns)
|
static Figure |
plotBy(Comparable seriesName,
Table t,
String x,
String y,
String... byColumns)
|
static String[] |
plotStyleNames()
|
static ScatterPlotMatrix |
scatterPlotMatrix(double[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(float[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(int[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(long[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(SelectableDataSet sds,
String... columns)
|
static ScatterPlotMatrix |
scatterPlotMatrix(String[] variableNames,
double[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(String[] variableNames,
float[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(String[] variableNames,
int[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(String[] variableNames,
long[]... variables)
|
static <T extends Number> |
scatterPlotMatrix(String[] variableNames,
T[]... variables)
|
static <T extends Number> |
scatterPlotMatrix(T[]... variables)
|
static ScatterPlotMatrix |
scatterPlotMatrix(Table t,
String... columns)
|
static String[] |
themeNames()
|
public static com.illumon.iris.gui.color.Color color(String color)
Color.color
public static com.illumon.iris.gui.color.Color colorHSL(float h, float s, float l)
Color.colorHSL(float, float, float)
public static com.illumon.iris.gui.color.Color colorHSL(float h, float s, float l, float a)
Color.colorHSL(float, float, float)
public static String[] colorNames()
Color.colorNames()
public static com.illumon.iris.gui.color.Color colorRGB(int rgb)
Color.colorRGB(int, int, int)
public static com.illumon.iris.gui.color.Color colorRGB(int rgba, boolean hasAlpha)
Color.colorRGB(int, int, int)
public static com.illumon.iris.gui.color.Color colorRGB(float r, float g, float b)
Color.colorRGB(int, int, int)
public static com.illumon.iris.gui.color.Color colorRGB(int r, int g, int b)
Color.colorRGB(int, int, int)
public static com.illumon.iris.gui.color.Color colorRGB(float r, float g, float b, float a)
Color.colorRGB(int, int, int)
public static com.illumon.iris.gui.color.Color colorRGB(int r, int g, int b, int a)
Color.colorRGB(int, int, int)
public static Figure figure()
public static Figure figure(int numRows, int numCols)
public static Font font(String family, Font.FontStyle style, int size)
Font.font
public static String[] fontFamilyNames()
public static Font.FontStyle fontStyle(String style)
public static String[] fontStyleNames()
public static LineStyle.LineEndStyle lineEndStyle(String style)
public static String[] lineEndStyleNames()
public static LineStyle.LineJoinStyle lineJoinStyle(String style)
public static String[] lineJoinStyleNames()
public static LineStyle lineStyle()
public static LineStyle lineStyle(double... dashPattern)
public static LineStyle lineStyle(double width)
public static LineStyle lineStyle(double width, double[] dashPattern)
public static LineStyle lineStyle(double width, float[] dashPattern)
public static LineStyle lineStyle(double width, int[] dashPattern)
public static LineStyle lineStyle(double width, long[] dashPattern)
public static LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, double... dashPattern)
public static <T extends Number> LineStyle lineStyle(double width, LineStyle.LineEndStyle endStyle, LineStyle.LineJoinStyle joinStyle, List<T> dashPattern)
public static LineStyle lineStyle(double width, String endStyle, String joinStyle, double... dashPattern)
public static <T extends Number> LineStyle lineStyle(double width, String endStyle, String joinStyle, List<T> dashPattern)
public static SelectableDataSetOneClick oneClick(Table t, String... byColumns)
public static SelectableDataSetOneClick oneClick(Table t, boolean requireAllFiltersToDisplay, String... byColumns)
public static String[] plotStyleNames()
public static <T extends Number> ScatterPlotMatrix scatterPlotMatrix(T[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(double[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(float[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(int[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(long[]... variables)
public static <T extends Number> ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, T[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, double[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, float[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, int[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(String[] variableNames, long[]... variables)
public static ScatterPlotMatrix scatterPlotMatrix(SelectableDataSet sds, String... columns)
public static ScatterPlotMatrix scatterPlotMatrix(Table t, String... columns)
public static String[] themeNames()
public static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, T1[] values, T2[] yLow, T3[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] values, double[] yLow, double[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] values, float[] yLow, float[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] values, int[] yLow, int[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] values, long[] yLow, long[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, DBDateTime[] values, DBDateTime[] yLow, DBDateTime[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] values, Date[] yLow, Date[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] values, short[] yLow, short[] yHigh)
public static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, List<T1> values, List<T2> yLow, List<T3> yHigh)
public static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, T1[] values, T2[] yLow, T3[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] values, double[] yLow, double[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] values, float[] yLow, float[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] values, int[] yLow, int[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] values, long[] yLow, long[] yHigh)
public static <T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] values, short[] yLow, short[] yHigh)
public static <T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, List<T0> categories, List<T1> values, List<T2> yLow, List<T3> yHigh)
public static Figure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh)
public static Figure catErrorBar(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh)
public static Figure catErrorBarBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh, String... byColumns)
public static Figure catErrorBarBy(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh, String... byColumns)
public static <T extends Comparable> Figure catHistPlot(Comparable seriesName, T[] x)
public static Figure catHistPlot(Comparable seriesName, double[] x)
public static Figure catHistPlot(Comparable seriesName, float[] x)
public static Figure catHistPlot(Comparable seriesName, int[] x)
public static Figure catHistPlot(Comparable seriesName, long[] x)
public static <T extends Comparable> Figure catHistPlot(Comparable seriesName, List<T> x)
public static Figure catHistPlot(Comparable seriesName, SelectableDataSet sds, String columnName)
public static Figure catHistPlot(Comparable seriesName, Table t, String columnName)
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, double[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, float[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, int[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, long[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, DBDateTime[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, Date[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, short[] values)
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> values)
public static <T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, double[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, float[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, int[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, long[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, DBDateTime[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, Date[] values)
public static <T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, short[] values)
public static <T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> values)
public static Figure catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
public static Figure catPlot(Comparable seriesName, Table t, String categories, String values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, T2[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, double[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, float[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, int[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, long[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, DBDateTime[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, Date[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, short[] values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, List<T2> values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, T2[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, double[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, float[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, int[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, long[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, DBDateTime[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, Date[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, short[] values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, List<T2> values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, T2[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, double[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, float[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, int[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, long[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, DBDateTime[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, Date[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, short[] values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, List<T2> values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, T2[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, double[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, float[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, int[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, long[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, DBDateTime[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, Date[] values)
public static <T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, short[] values)
public static <T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, List<T2> values)
public static Figure catPlot3d(Comparable seriesName, SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
public static Figure catPlot3d(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
public static Figure catPlot3dBy(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn, String... byColumns)
public static Figure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String... byColumns)
public static Figure catPlotBy(Comparable seriesName, Table t, String categories, String values, String... byColumns)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y)
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y)
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y)
public static Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y)
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y)
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y)
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y)
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y)
public static <T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y)
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y)
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y)
public static Figure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y)
public static Figure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y)
public static Figure errorBarX(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y)
public static Figure errorBarXBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String... byColumns)
public static Figure errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static <T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y, short[] yLow, short[] yHigh)
public static <T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
public static <T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y, T4[] yLow, T5[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh)
public static <T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y, Date[] yLow, Date[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number,T5 extends Number> Figure errorBarXY(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, List<T3> y, List<T4> yLow, List<T5> yHigh)
public static Figure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
public static Figure errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
public static Figure errorBarXYBy(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)
public static Figure errorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh)
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarY(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarY(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarY(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarY(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static <T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] yLow, T3[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, DBDateTime[] x, short[] y, short[] yLow, short[] yHigh)
public static <T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
public static <T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh)
public static <T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
public static Figure errorBarY(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static Figure errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh)
public static Figure errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh)
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
public static <T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh)
public static <T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, List<T1> y, List<T2> yLow, List<T3> yHigh)
public static Figure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh)
public static Figure errorBarY(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh)
public static Figure errorBarYBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh, String... byColumns)
public static Figure errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns)
public static Figure histPlot(Comparable seriesName, Table counts)
public static <T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, int nbins)
public static Figure histPlot(Comparable seriesName, double[] x, int nbins)
public static Figure histPlot(Comparable seriesName, float[] x, int nbins)
public static Figure histPlot(Comparable seriesName, int[] x, int nbins)
public static Figure histPlot(Comparable seriesName, long[] x, int nbins)
public static Figure histPlot(Comparable seriesName, short[] x, int nbins)
public static <T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, int nbins)
public static Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, int nbins)
public static Figure histPlot(Comparable seriesName, Table t, String columnName, int nbins)
public static <T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, double[] x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, float[] x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, int[] x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, long[] x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, short[] x, double rangeMin, double rangeMax, int nbins)
public static <T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, double rangeMin, double rangeMax, int nbins)
public static Figure histPlot(Comparable seriesName, Table t, String columnName, double rangeMin, double rangeMax, int nbins)
public static Figure newAxes()
Figure.newAxes()
public static Figure newAxes(String name)
Figure.newAxes()
public static Figure newAxes(int dim)
Figure.newAxes()
public static Figure newAxes(String name, int dim)
Figure.newAxes()
public static Figure newChart()
public static Figure newChart(int index)
public static Figure newChart(int rowNum, int colNum)
public static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, T1[] open, T2[] high, T3[] low, T4[] close)
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, double[] open, double[] high, double[] low, double[] close)
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, float[] open, float[] high, float[] low, float[] close)
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, int[] open, int[] high, int[] low, int[] close)
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, long[] open, long[] high, long[] low, long[] close)
public static Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, short[] open, short[] high, short[] low, short[] close)
public static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, DBDateTime[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)
public static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, Date[] time, T1[] open, T2[] high, T3[] low, T4[] close)
public static Figure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close)
public static Figure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close)
public static Figure ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close)
public static Figure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close)
public static Figure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close)
public static <T1 extends Number,T2 extends Number,T3 extends Number,T4 extends Number> Figure ohlcPlot(Comparable seriesName, Date[] time, List<T1> open, List<T2> high, List<T3> low, List<T4> close)
public static Figure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close)
public static Figure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
public static Figure ohlcPlot(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
public static Figure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
public static Figure ohlcPlotBy(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, double[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, float[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, int[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, long[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, short[] values)
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> values)
public static <T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, double[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, float[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, int[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, long[] values)
public static <T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, short[] values)
public static <T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> values)
public static Figure piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
public static Figure piePlot(Comparable seriesName, Table t, String categories, String values)
public static <T extends Number> Figure plot(Comparable seriesName, groovy.lang.Closure<T> function)
public static Figure plot(Comparable seriesName, DoubleUnaryOperator function)
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, T1[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, double[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, float[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, int[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, long[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, DBDateTime[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, Date[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, T0[] x, short[] y)
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, double[] x, T1[] y)
public static Figure plot(Comparable seriesName, double[] x, double[] y)
public static Figure plot(Comparable seriesName, double[] x, float[] y)
public static Figure plot(Comparable seriesName, double[] x, int[] y)
public static Figure plot(Comparable seriesName, double[] x, long[] y)
public static Figure plot(Comparable seriesName, double[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, double[] x, Date[] y)
public static Figure plot(Comparable seriesName, double[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, double[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, float[] x, T1[] y)
public static Figure plot(Comparable seriesName, float[] x, double[] y)
public static Figure plot(Comparable seriesName, float[] x, float[] y)
public static Figure plot(Comparable seriesName, float[] x, int[] y)
public static Figure plot(Comparable seriesName, float[] x, long[] y)
public static Figure plot(Comparable seriesName, float[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, float[] x, Date[] y)
public static Figure plot(Comparable seriesName, float[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, float[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, int[] x, T1[] y)
public static Figure plot(Comparable seriesName, int[] x, double[] y)
public static Figure plot(Comparable seriesName, int[] x, float[] y)
public static Figure plot(Comparable seriesName, int[] x, int[] y)
public static Figure plot(Comparable seriesName, int[] x, long[] y)
public static Figure plot(Comparable seriesName, int[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, int[] x, Date[] y)
public static Figure plot(Comparable seriesName, int[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, int[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, long[] x, T1[] y)
public static Figure plot(Comparable seriesName, long[] x, double[] y)
public static Figure plot(Comparable seriesName, long[] x, float[] y)
public static Figure plot(Comparable seriesName, long[] x, int[] y)
public static Figure plot(Comparable seriesName, long[] x, long[] y)
public static Figure plot(Comparable seriesName, long[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, long[] x, Date[] y)
public static Figure plot(Comparable seriesName, long[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, long[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, T1[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, double[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, float[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, int[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, long[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, Date[] y)
public static Figure plot(Comparable seriesName, DBDateTime[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, Date[] x, T1[] y)
public static Figure plot(Comparable seriesName, Date[] x, double[] y)
public static Figure plot(Comparable seriesName, Date[] x, float[] y)
public static Figure plot(Comparable seriesName, Date[] x, int[] y)
public static Figure plot(Comparable seriesName, Date[] x, long[] y)
public static Figure plot(Comparable seriesName, Date[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, Date[] x, Date[] y)
public static Figure plot(Comparable seriesName, Date[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, Date[] x, List<T1> y)
public static <T1 extends Number> Figure plot(Comparable seriesName, short[] x, T1[] y)
public static Figure plot(Comparable seriesName, short[] x, double[] y)
public static Figure plot(Comparable seriesName, short[] x, float[] y)
public static Figure plot(Comparable seriesName, short[] x, int[] y)
public static Figure plot(Comparable seriesName, short[] x, long[] y)
public static Figure plot(Comparable seriesName, short[] x, DBDateTime[] y)
public static Figure plot(Comparable seriesName, short[] x, Date[] y)
public static Figure plot(Comparable seriesName, short[] x, short[] y)
public static <T1 extends Number> Figure plot(Comparable seriesName, short[] x, List<T1> y)
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, T1[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, double[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, float[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, int[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, long[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, DBDateTime[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, Date[] y)
public static <T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, short[] y)
public static <T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, List<T1> y)
public static Figure plot(Comparable seriesName, SelectableDataSet sds, String x, String y)
public static Figure plot(Comparable seriesName, Table t, String x, String y)
public static Figure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis)
public static <T extends Number> Figure plot3d(Comparable seriesName, groovy.lang.Closure<T> function)
public static Figure plot3d(Comparable seriesName, DoubleBinaryOperator function)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, T2[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, double[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, float[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, int[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, long[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, DBDateTime[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, Date[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, short[] z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, List<T2> z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, T2[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, double[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, float[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, int[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, long[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, DBDateTime[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, Date[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, short[] z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, double[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, float[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, int[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, long[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, Date[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, double[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, float[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, int[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, long[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, Date[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, List<T2> z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, T2[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, double[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, float[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, int[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, long[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, DBDateTime[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, Date[] z)
public static Figure plot3d(Comparable seriesName, short[] x, short[] y, short[] z)
public static <T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, List<T2> z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, T2[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, double[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, float[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, int[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, long[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, DBDateTime[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, Date[] z)
public static <T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, short[] z)
public static <T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, List<T2> z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, T2[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, double[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, float[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, int[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, long[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, DBDateTime[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, Date[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, short[] z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, List<T2> z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, T2[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, double[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, float[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, int[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, long[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, DBDateTime[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, Date[] z)
public static <T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, short[] z)
public static <T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, List<T2> z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, T2[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, double[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, float[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, int[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, long[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, DBDateTime[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, Date[] z)
public static <T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, short[] z)
public static <T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, List<T2> z)
public static Figure plot3d(Comparable seriesName, SelectableDataSet sds, String x, String y, String z)
public static Figure plot3dBy(Comparable seriesName, Table t, String x, String y, String z, String... byColumns)
public static Figure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns)