public interface Figure extends Serializable, BaseFigure, Chart, Axes, Axis, DataSeries, CategoryDataSeries, IntervalXYDataSeries, OHLCDataSeries, XYDataSeries, MultiSeries, XYDataSeriesFunction, DataSeries3D, XYZDataSeries, XYZDataSeriesFunction, CategoryDataSeries3D, XYErrorBarDataSeries, CategoryErrorBarDataSeries
| Modifier and Type | Method and Description |
|---|---|
Figure |
axes(int id)
Gets an axes by id.
|
Figure |
axes(String name)
Gets an axes by name.
|
Figure |
axesRemoveSeries(String... names)
Removes the series with the specified
names from this Axes. |
Figure |
axis(int dim)
Gets the
Axis at dimension dim. |
Figure |
axisColor(com.illumon.iris.gui.color.Paint color)
Sets the color for this Axis line and tick marks.
|
Figure |
axisColor(String color)
Sets the color for this Axis line and tick marks.
|
Figure |
axisFormat(AxisFormat format)
Sets the
AxisFormat for this Axis. |
Figure |
axisFormatPattern(String pattern)
Sets the format pattern for this Axis's labels.
|
Figure |
axisLabel(String label)
Sets the label for this Axis.
|
Figure |
axisLabelFont(Font font)
Sets the font for this Axis's label.
|
Figure |
axisLabelFont(String family,
String style,
int size)
Sets the font for this Axis's label.
|
Figure |
businessTime()
Sets this Axis's
AxisTransform as a new AxisTransformBusinessCalendar. |
Figure |
businessTime(BusinessCalendar calendar)
Sets this Axis's
AxisTransform as a new AxisTransformBusinessCalendar. |
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
double[] values,
double[] yLow,
double[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
float[] values,
float[] yLow,
float[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
int[] values,
int[] yLow,
int[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<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)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
long[] values,
long[] yLow,
long[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
List<T0> categories,
short[] values,
short[] yLow,
short[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
List<T0> categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
Figure |
catErrorBar(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String yLow,
String yHigh)
Creates an plot with a discrete x-axis and error bars in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
Date[] values,
Date[] yLow,
Date[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
DBDateTime[] values,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
double[] values,
double[] yLow,
double[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
float[] values,
float[] yLow,
float[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
int[] values,
int[] yLow,
int[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<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)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
long[] values,
long[] yLow,
long[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable> |
catErrorBar(Comparable seriesName,
T0[] categories,
short[] values,
short[] yLow,
short[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> |
catErrorBar(Comparable seriesName,
T0[] categories,
T1[] values,
T2[] yLow,
T3[] yHigh)
Creates a category error bar plot with whiskers in the y direction.
|
Figure |
catErrorBar(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh)
Creates an plot with a discrete x-axis and error bars in the y direction.
|
Figure |
catErrorBarBy(Comparable seriesName,
Table t,
String categories,
String values,
String yLow,
String yHigh,
String... byColumns)
Creates a catErrorBar plot for each distinct grouping value specified in
byColumns. |
Figure |
catHistPlot(Comparable seriesName,
double[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
float[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
int[] x)
Creates a histogram with discrete axis.
|
<T extends Comparable> |
catHistPlot(Comparable seriesName,
List<T> x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
long[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName)
Creates a histogram with discrete axis.
|
<T extends Comparable> |
catHistPlot(Comparable seriesName,
T[] x)
Creates a histogram with discrete axis.
|
Figure |
catHistPlot(Comparable seriesName,
Table t,
String columnName)
Creates a histogram with discrete axis.
|
<T1 extends Comparable> |
catPlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
double[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
float[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
int[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
long[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
List<T0> categories,
short[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
List<T0> categories,
T1[] values)
Creates a plot with discrete axis.
|
Figure |
catPlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
double[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
float[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
int[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
List<T1> values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
long[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable> |
catPlot(Comparable seriesName,
T0[] categories,
short[] values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Number> |
catPlot(Comparable seriesName,
T0[] categories,
T1[] values)
Creates a plot with discrete axis.
|
Figure |
catPlot(Comparable seriesName,
Table t,
String categories,
String values)
Creates a plot with discrete axis.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
List<T1> zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
List<T0> xCategories,
T1[] zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
Figure |
catPlot3d(Comparable seriesName,
SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
Creates a plot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
List<T1> zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
double[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
float[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
int[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
List<T2> values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
long[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
short[] values)
Creates a 3Dplot with discrete axes.
|
<T0 extends Comparable,T1 extends Comparable,T2 extends Number> |
catPlot3d(Comparable seriesName,
T0[] xCategories,
T1[] zCategories,
T2[] values)
Creates a 3Dplot with discrete axes.
|
Figure |
catPlot3d(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn)
Creates a plot with discrete axes.
|
Figure |
catPlot3dBy(Comparable seriesName,
Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valuesColumn,
String... byColumns)
Creates a 3D category plot per distinct grouping value specified in
byColumns. |
Figure |
catPlotBy(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values,
String... byColumns)
Creates a category plot per distinct grouping value specified in
byColumns. |
Figure |
catPlotBy(Comparable seriesName,
Table t,
String categories,
String values,
String... byColumns)
Creates a category plot per distinct grouping value specified in
byColumns. |
Figure |
chart(int index)
Gets the chart at the
index from this Figure's grid. |
Figure |
chart(int rowNum,
int colNum)
Gets the chart at the[
rowNum, colNum from this Figure's grid. |
Figure |
chartRemoveSeries(String... names)
Removes the series with the specified
names from this Chart. |
Figure |
chartTitle(String title)
Sets the title of this Chart.
|
Figure |
chartTitleColor(com.illumon.iris.gui.color.Paint color)
Sets the color of this Chart's title.
|
Figure |
chartTitleColor(String color)
Sets the color of this Chart's title.
|
Figure |
chartTitleFont(Font font)
Sets the font of this Chart's title.
|
Figure |
chartTitleFont(String family,
String style,
int size)
Sets the font of this Chart's title.
|
Figure |
colSpan(int n)
Sets the size of this Chart within the grid of the figure.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
List<T3> y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
List<T3> y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T3 extends Number> |
errorBarX(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
List<T0> x,
List<T1> xLow,
List<T2> xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
<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)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y)
Creates an XY plot of the data with error bars in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y)
Creates a error bar plot with whiskers in the x direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarX(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
T3[] y)
Creates a error bar plot with whiskers in the x direction.
|
Figure |
errorBarX(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y)
Creates an XY plot of the data with error bars in the x direction.
|
Figure |
errorBarXBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String... byColumns)
Creates an errorBarX plot per distinct grouping value specified in
byColumns. |
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
Date[] x,
Date[] xLow,
Date[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T3 extends Number,T4 extends Number,T5 extends Number> |
errorBarXY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] xLow,
DBDateTime[] xHigh,
T3[] y,
T4[] yLow,
T5[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
double[] x,
double[] xLow,
double[] xHigh,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
float[] x,
float[] xLow,
float[] xHigh,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
int[] x,
int[] xLow,
int[] xHigh,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
long[] x,
long[] xLow,
long[] xHigh,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
SelectableDataSet sds,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
short[] x,
short[] xLow,
short[] xHigh,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
errorBarXY(Comparable seriesName,
T0[] x,
T1[] xLow,
T2[] xHigh,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in both the x and y directions.
|
<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)
Creates a error bar plot with whiskers in both the x and y directions.
|
Figure |
errorBarXY(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the x and y directions.
|
Figure |
errorBarXYBy(Comparable seriesName,
Table t,
String x,
String xLow,
String xHigh,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates an errorBar plot per distinct grouping value specified in
byColumns. |
Figure |
errorBarY(Comparable seriesName,
Date[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Date[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
Date[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> yLow,
List<T3> yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
double[] x,
double[] y,
double[] yLow,
double[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
float[] x,
float[] y,
float[] yLow,
float[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
int[] x,
int[] y,
int[] yLow,
int[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<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)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
long[] x,
long[] y,
long[] yLow,
long[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in both the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
short[] x,
short[] y,
short[] yLow,
short[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
Date[] y,
Date[] yLow,
Date[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] yLow,
DBDateTime[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> |
errorBarY(Comparable seriesName,
T0[] x,
T1[] y,
T2[] yLow,
T3[] yHigh)
Creates a error bar plot with whiskers in the y direction.
|
Figure |
errorBarY(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh)
Creates an XY plot of the data with error bars in the y direction.
|
Figure |
errorBarYBy(Comparable seriesName,
Table t,
String x,
String y,
String yLow,
String yHigh,
String... byColumns)
Creates a errorBarY plot per distinct grouping value specified in
byColumns. |
Figure |
figureRemoveSeries(String... names)
Removes all series with
names from this Figure. |
Figure |
figureTitle(String title)
Sets the title of this Figure
|
Figure |
figureTitleColor(com.illumon.iris.gui.color.Paint color)
Sets the color of this Figure's title
|
Figure |
figureTitleColor(String color)
Sets the color of this Figure's title
|
Figure |
figureTitleFont(Font font)
Sets the font of this Figure's title
|
Figure |
figureTitleFont(String family,
String style,
int size)
Sets the font of this Figure's title
|
Figure |
funcNPoints(int npoints)
Sets the number of data points in this dataset.
|
Figure |
funcRange(double xmin,
double xmax)
Sets the data range for this series.
|
Figure |
funcRange(double xmin,
double xmax,
double zmin,
double zmax)
Sets the data range for this series.
|
Figure |
funcRange(double xmin,
double xmax,
double zmin,
double zmax,
int npoints)
Sets the data range and number of points for this series.
|
Figure |
funcRange(double xmin,
double xmax,
int npoints)
Sets the data range and number of points for this series.
|
Figure |
gradientVisible(boolean visible)
Sets whether bar gradients are visible.
|
Figure |
gradientVisible(boolean visible,
Object... keys) |
Figure |
group(int group)
Sets the group for this dataset.
|
Figure |
group(int group,
Object... keys) |
Figure |
histPlot(Comparable seriesName,
double[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
Figure |
histPlot(Comparable seriesName,
double[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
float[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
Figure |
histPlot(Comparable seriesName,
float[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
int[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
Figure |
histPlot(Comparable seriesName,
int[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
<T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
<T0 extends Number> |
histPlot(Comparable seriesName,
List<T0> x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
long[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
Figure |
histPlot(Comparable seriesName,
long[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
SelectableDataSet sds,
String columnName,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
short[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
Figure |
histPlot(Comparable seriesName,
short[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
<T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with range specified by
rangeMin and rangeMax. |
<T0 extends Number> |
histPlot(Comparable seriesName,
T0[] x,
int nbins)
Creates a histogram with the specified
nbins bins. |
Figure |
histPlot(Comparable seriesName,
Table counts)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
double rangeMin,
double rangeMax,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
histPlot(Comparable seriesName,
Table t,
String columnName,
int nbins)
Creates a histogram with continuous axes.
|
Figure |
invert()
Inverts this Axis so that larger values are closer to the origin.
|
Figure |
invert(boolean invert)
If
invert is true, inverts this Axis so that larger values are closer to the origin. |
Figure |
legendColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the text inside the Chart's legend.
|
Figure |
legendColor(String color)
Sets the color of the text inside the Chart's legend.
|
Figure |
legendFont(Font font)
Sets the font of this Chart's legend.
|
Figure |
legendFont(String family,
String style,
int size)
Sets the font of this Chart's legend.
|
Figure |
legendVisible(boolean visible)
Sets whether the Chart's legend is shown or hidden.
|
Figure |
lineColor(int color)
Defines the default line color.
|
Figure |
lineColor(int color,
Object... keys) |
Figure |
lineColor(com.illumon.iris.gui.color.Paint color)
Defines the default line color.
|
Figure |
lineColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
lineColor(String color)
Defines the default line color.
|
Figure |
lineColor(String color,
Object... keys) |
Figure |
lineStyle(LineStyle style)
Sets the line style.
|
Figure |
lineStyle(LineStyle style,
Object... keys) |
Figure |
linesVisible(Boolean visible)
Sets whether lines are visible.
|
Figure |
linesVisible(Boolean visible,
Object... keys) |
Figure |
log()
Sets the AxisTransform as log base 10.
|
Figure |
max(double max)
Sets the maximum range of this Axis to
max. |
Figure |
min(double min)
Sets the minimum range of this Axis to
min. |
Figure |
minorTicks(int count)
Sets the number of minor ticks between consecutive major ticks.
|
Figure |
minorTicksVisible(boolean visible)
Sets whether minor ticks are drawn on this Axis.
|
Figure |
newAxes()
Creates new
Axes with dimension 2 on this Chart. |
Figure |
newAxes(int dim)
Creates new
Axes with dimension dim on this Chart. |
Figure |
newAxes(String name)
Creates new
Axes with dimension 2 on this Chart. |
Figure |
newAxes(String name,
int dim)
Creates new
Axes with dimension dim on this Chart. |
Figure |
newChart()
Adds a new
Chart to this figure. |
Figure |
newChart(int index)
Adds a new
Chart to this figure. |
Figure |
newChart(int rowNum,
int colNum)
Adds a new
Chart to this figure. |
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
double[] open,
double[] high,
double[] low,
double[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
float[] open,
float[] high,
float[] low,
float[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
int[] open,
int[] high,
int[] low,
int[] close)
Creates an open-high-low-close chart.
|
<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)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
long[] open,
long[] high,
long[] low,
long[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
Date[] time,
short[] open,
short[] high,
short[] low,
short[] close)
Creates an open-high-low-close chart.
|
<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)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
double[] open,
double[] high,
double[] low,
double[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
float[] open,
float[] high,
float[] low,
float[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
int[] open,
int[] high,
int[] low,
int[] close)
Creates an open-high-low-close chart.
|
<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)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
long[] open,
long[] high,
long[] low,
long[] close)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
DBDateTime[] time,
short[] open,
short[] high,
short[] low,
short[] close)
Creates an open-high-low-close chart.
|
<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)
Creates an open-high-low-close chart.
|
Figure |
ohlcPlot(Comparable seriesName,
IndexableNumericData time,
IndexableNumericData open,
IndexableNumericData high,
IndexableNumericData low,
IndexableNumericData close)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlot(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlot(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol)
Creates an open-high-low-close plot of the data.
|
Figure |
ohlcPlotBy(Comparable seriesName,
SelectableDataSet sds,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
Creates an open-high-low-close plot per distinct grouping value specified in
byColumns. |
Figure |
ohlcPlotBy(Comparable seriesName,
Table t,
String timeCol,
String openCol,
String highCol,
String lowCol,
String closeCol,
String... byColumns)
Creates an open-high-low-close plot per distinct grouping value specified in
byColumns. |
<T1 extends Comparable> |
piePlot(Comparable seriesName,
IndexableData<T1> categories,
IndexableNumericData values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
double[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
float[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
int[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
List<T1> values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
long[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
List<T0> categories,
short[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
List<T0> categories,
T1[] values)
Creates a pie plot.
|
Figure |
piePlot(Comparable seriesName,
SelectableDataSet sds,
String categories,
String values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
double[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
float[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
int[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
List<T1> values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
long[] values)
Creates a pie plot.
|
<T0 extends Comparable> |
piePlot(Comparable seriesName,
T0[] categories,
short[] values)
Creates a pie plot.
|
<T0 extends Comparable,T1 extends Number> |
piePlot(Comparable seriesName,
T0[] categories,
T1[] values)
Creates a pie plot.
|
Figure |
piePlot(Comparable seriesName,
Table t,
String categories,
String values)
Creates a pie plot.
|
<T extends Number> |
plot(Comparable seriesName,
groovy.lang.Closure<T> function)
Creates an XY plot of the function.
|
Figure |
plot(Comparable seriesName,
Date[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Date[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
Date[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DBDateTime[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
DBDateTime[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
double[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
double[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
double[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
DoubleUnaryOperator function)
Creates an XY plot of the function.
|
Figure |
plot(Comparable seriesName,
float[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
float[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
float[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
float[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
IndexableNumericData x,
IndexableNumericData y,
boolean hasXTimeAxis,
boolean hasYTimeAxis)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
int[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
int[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
int[] x,
T1[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
Date[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
DBDateTime[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
double[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
float[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
int[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
List<T1> y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
long[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
List<T0> x,
short[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
List<T0> x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
long[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
long[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
long[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
SelectableDataSet sds,
String x,
String y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
Date[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
double[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
float[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
int[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
short[] x,
List<T1> y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
long[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
short[] x,
short[] y)
Creates an XY plot of the data.
|
<T1 extends Number> |
plot(Comparable seriesName,
short[] x,
T1[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
Date[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
DBDateTime[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
double[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
float[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
int[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
List<T1> y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
long[] y)
Creates an XY plot of the data.
|
<T0 extends Number> |
plot(Comparable seriesName,
T0[] x,
short[] y)
Creates an XY plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot(Comparable seriesName,
T0[] x,
T1[] y)
Creates an XY plot of the data.
|
Figure |
plot(Comparable seriesName,
Table t,
String x,
String y)
Creates an XY plot of the data.
|
<T extends Number> |
plot3d(Comparable seriesName,
groovy.lang.Closure<T> function)
Creates an XYZ plot of the function.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
Date[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
DBDateTime[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
double[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
double[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
DoubleBinaryOperator function)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
float[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
float[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
int[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
int[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
List<T0> x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
long[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
long[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
short[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
short[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
Date[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
DBDateTime[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
double[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
float[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
int[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
List<T1> y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
long[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
short[] y,
T2[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
Date[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
DBDateTime[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
double[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
float[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
int[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
List<T2> z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
long[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
short[] z)
Creates an XYZ plot of the data.
|
<T0 extends Number,T1 extends Number,T2 extends Number> |
plot3d(Comparable seriesName,
T0[] x,
T1[] y,
T2[] z)
Creates an XYZ plot of the data.
|
Figure |
plot3d(Comparable seriesName,
Table t,
String x,
String y,
String z)
Creates an XYZ plot of the data.
|
Figure |
plot3dBy(Comparable seriesName,
Table t,
String x,
String y,
String z,
String... byColumns)
Creates an XYZ plot per distinct grouping value specified in
byColumns. |
Figure |
plotBy(Comparable seriesName,
SelectableDataSet sds,
String x,
String y,
String... byColumns)
Creates an XY plot per distinct grouping value specified in
byColumns. |
Figure |
plotBy(Comparable seriesName,
Table t,
String x,
String y,
String... byColumns)
Creates an XY plot per distinct grouping value specified in
byColumns. |
Figure |
plotOrientation(String orientation)
Sets the orientation of plots in this Chart.
|
Figure |
plotStyle(PlotStyle style)
Sets the
PlotStyle of this Axes. |
Figure |
plotStyle(String style)
Sets the
PlotStyle of this Axes. |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(BiFunction<Comparable,Comparable,COLOR> colors)
Uses the binary function
paints to determine point Paint. |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(groovy.lang.Closure<COLOR> colors)
Uses the closure
colors to determine point Paint. |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(groovy.lang.Closure<COLOR> colors,
Object... keys) |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
int color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
Figure |
pointColor(Comparable xCategory,
Comparable zCategory,
String color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
Figure |
pointColor(Comparable category,
int color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
int color,
Object... keys) |
Figure |
pointColor(Comparable category,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
pointColor(Comparable category,
String color)
Sets the point
Paint for the specified data point. |
Figure |
pointColor(Comparable category,
String color,
Object... keys) |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Function<Comparable,COLOR> colors)
Uses the function
colors to determine point Paint. |
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Function<Comparable,COLOR> colors,
Object... keys) |
<T extends com.illumon.iris.gui.color.Paint> |
pointColor(IndexableData<T> colors)
Sets the point color for data point i as
Paint
in colors at index i. |
<T extends com.illumon.iris.gui.color.Paint> |
pointColor(IndexableData<T> colors,
Object... keys) |
Figure |
pointColor(int... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColor(int color)
Defines the default point color.
|
Figure |
pointColor(int[] colors,
Object... keys) |
Figure |
pointColor(Integer... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColor(Integer[] colors,
Object... keys) |
Figure |
pointColor(int color,
Object... keys) |
<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Map<CATEGORY,COLOR> colors)
Uses the map
colors to determine point Paint. |
<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(Map<CATEGORY,COLOR> colors,
Object... keys) |
Figure |
pointColor(com.illumon.iris.gui.color.Paint... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
Figure |
pointColor(com.illumon.iris.gui.color.Paint color)
Defines the default point color.
|
Figure |
pointColor(com.illumon.iris.gui.color.Paint[] colors,
Object... keys) |
Figure |
pointColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
Figure |
pointColor(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet
sds to the Paint specified in the valueColumn of sds. |
Figure |
pointColor(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointColor(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the color of data points in the (
xCategoriesColumn , zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds. |
Figure |
pointColor(String... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
Figure |
pointColor(String color)
Defines the default point color.
|
Figure |
pointColor(String[] colors,
Object... keys) |
Figure |
pointColor(String color,
Object... keys) |
Figure |
pointColor(Table t,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
Figure |
pointColor(Table t,
String columnName,
Object... keys) |
Figure |
pointColor(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the Paint
specified in the valueColumn of t. |
Figure |
pointColor(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointColor(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the color of data points in the (
xCategoriesColumn , zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t. |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(groovy.lang.Closure<T> colors)
Uses the function
colors to determine point Paint. |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(groovy.lang.Closure<T> colors,
Object... keys) |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(Function<Double,T> colors)
Uses the function
colors to determine point Paint. |
<T extends com.illumon.iris.gui.color.Paint> |
pointColorByY(Function<Double,T> colors,
Object... keys) |
<COLOR extends Integer> |
pointColorInteger(BiFunction<Comparable,Comparable,COLOR> colors)
Uses binary function
colors to determine colors. |
<COLOR extends Integer> |
pointColorInteger(groovy.lang.Closure<COLOR> colors)
Uses the closure
colors to determine point Paint. |
<COLOR extends Integer> |
pointColorInteger(groovy.lang.Closure<COLOR> colors,
Object... keys) |
<COLOR extends Integer> |
pointColorInteger(Function<Comparable,COLOR> colors)
Uses the function
colors to determine point Paint. |
<COLOR extends Integer> |
pointColorInteger(Function<Comparable,COLOR> colors,
Object... keys) |
Figure |
pointColorInteger(IndexableData<Integer> colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
Figure |
pointColorInteger(IndexableData<Integer> colors,
Object... keys) |
<CATEGORY extends Comparable,COLOR extends Integer> |
pointColorInteger(Map<CATEGORY,COLOR> colors)
Uses the map
colors to determine point Paint. |
<CATEGORY extends Comparable,COLOR extends Integer> |
pointColorInteger(Map<CATEGORY,COLOR> colors,
Object... keys) |
<LABEL> Figure |
pointLabel(BiFunction<Comparable,Comparable,LABEL> labels)
Uses the binary function
labels to determine point label. |
<LABEL> Figure |
pointLabel(groovy.lang.Closure<LABEL> labels)
Uses the closure
labels to determine the label for input categories. |
<LABEL> Figure |
pointLabel(groovy.lang.Closure<LABEL> labels,
Object... keys) |
Figure |
pointLabel(Comparable xCategory,
Comparable zCategory,
Object label)
Sets the default label for the specified data point.
|
Figure |
pointLabel(Comparable category,
Object label)
Sets the default label for the specified data point.
|
Figure |
pointLabel(Comparable category,
Object label,
Object... keys) |
<LABEL> Figure |
pointLabel(Function<Comparable,LABEL> labels)
Uses the function
labels to determine the label for input categories. |
<LABEL> Figure |
pointLabel(Function<Comparable,LABEL> labels,
Object... keys) |
Figure |
pointLabel(IndexableData<?> labels)
Defines the labels for all indices in
labels. |
Figure |
pointLabel(IndexableData<?> labels,
Object... keys) |
<CATEGORY extends Comparable,LABEL> |
pointLabel(Map<CATEGORY,LABEL> labels)
Uses the map
labels to determine the label for each category in labels. |
<CATEGORY extends Comparable,LABEL> |
pointLabel(Map<CATEGORY,LABEL> labels,
Object... keys) |
Figure |
pointLabel(Object... labels)
Defines the labels for all indices in
labels. |
Figure |
pointLabel(Object label)
Defines the default label for points in this dataset.
|
Figure |
pointLabel(Object[] labels,
Object... keys) |
Figure |
pointLabel(Object label,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
Figure |
pointLabel(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet sds
to the label specified in the valueColumn of t. |
Figure |
pointLabel(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointLabel(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the label of data points in the (
xCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds. |
Figure |
pointLabel(Table t,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
Figure |
pointLabel(Table t,
String columnName,
Object... keys) |
Figure |
pointLabel(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the label
specified in the valueColumn of t. |
Figure |
pointLabel(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointLabel(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the label of data points in the (
xCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t. |
Figure |
pointLabelFormat(String format)
Sets the point label format.
|
Figure |
pointLabelFormat(String format,
Object... keys) |
Figure |
pointShape(groovy.lang.Closure<String> shapes)
Uses the closure
shapes to determine the shape for input categories. |
Figure |
pointShape(groovy.lang.Closure<String> shapes,
Object... keys) |
Figure |
pointShape(Comparable category,
com.illumon.iris.gui.shape.Shape shape)
Sets the default pointShape for the specified data point.
|
Figure |
pointShape(Comparable category,
com.illumon.iris.gui.shape.Shape shape,
Object... keys) |
Figure |
pointShape(Comparable category,
String shape)
Sets the default shape for the specified data point.
|
Figure |
pointShape(Comparable category,
String shape,
Object... keys) |
Figure |
pointShape(Function<Comparable,String> shapes)
Uses the function
shapes to determine the shape for input categories. |
Figure |
pointShape(Function<Comparable,String> shapes,
Object... keys) |
Figure |
pointShape(IndexableData<String> shapes)
Defines the shapes for all indices in
shapes. |
Figure |
pointShape(IndexableData<String> shapes,
Object... keys) |
<CATEGORY extends Comparable> |
pointShape(Map<CATEGORY,String> shapes)
Uses the map
shapes to determine the shape for each category in shapes. |
<CATEGORY extends Comparable> |
pointShape(Map<CATEGORY,String> shapes,
Object... keys) |
Figure |
pointShape(SelectableDataSet sds,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
Figure |
pointShape(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointShape(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the SelectableDataSet sds
to the shape specified in the valueColumn of t. |
Figure |
pointShape(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape... shapes)
Defines the pointShapes for all indices in
pointShapes. |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape shape)
Defines the default shape for points in this dataset.
|
Figure |
pointShape(com.illumon.iris.gui.shape.Shape[] shapes,
Object... keys) |
Figure |
pointShape(com.illumon.iris.gui.shape.Shape shape,
Object... keys) |
Figure |
pointShape(String... shapes)
Defines the shapes for all indices in
shapes. |
Figure |
pointShape(String shape)
Defines the default shape for points in this dataset.
|
Figure |
pointShape(String[] shapes,
Object... keys) |
Figure |
pointShape(String shape,
Object... keys) |
Figure |
pointShape(Table t,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
Figure |
pointShape(Table t,
String columnName,
Object... keys) |
Figure |
pointShape(Table t,
String keyColumn,
String valueColumn)
Maps data points in the
keyColumn of the table t to the shape
specified in the valueColumn of t. |
Figure |
pointShape(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
<NUMBER extends Number> |
pointSize(BiFunction<Comparable,Comparable,NUMBER> factors)
Uses the binary function
factors to determine point size. |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
double[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
double[] factors,
Object... keys) |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
int[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
int[] factors,
Object... keys) |
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
long[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable> |
pointSize(CATEGORY[] categories,
long[] factors,
Object... keys) |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(CATEGORY[] categories,
NUMBER[] factors)
Sets the point sizes for the specified data points.
|
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(CATEGORY[] categories,
NUMBER[] factors,
Object... keys) |
<NUMBER extends Number> |
pointSize(groovy.lang.Closure<NUMBER> factors)
Uses the closure
factors to determine the point sizes for this dataset. |
<NUMBER extends Number> |
pointSize(groovy.lang.Closure<NUMBER> factors,
Object... keys) |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
double factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
int factor)
Sets the default point size for the specified data point (
xCategory, zCategory). |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
long factor)
Sets the default point size for the specified data point (
xCategory, zCategory). |
Figure |
pointSize(Comparable xCategory,
Comparable zCategory,
Number factor)
Sets the point size for the specified data point (
xCategory, zCategory). |
Figure |
pointSize(Comparable category,
double factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
double factor,
Object... keys) |
Figure |
pointSize(Comparable category,
int factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
int factor,
Object... keys) |
Figure |
pointSize(Comparable category,
long factor)
Sets the default point size for the specified data point.
|
Figure |
pointSize(Comparable category,
long factor,
Object... keys) |
Figure |
pointSize(Comparable category,
Number factor)
Sets the point size for the specified data point.
|
Figure |
pointSize(Comparable category,
Number factor,
Object... keys) |
Figure |
pointSize(double... factors)
Sets the point size for all indices in
factors. |
Figure |
pointSize(double factor)
Gets the default point size.
|
Figure |
pointSize(double[] factors,
Object... keys) |
<NUMBER extends Number> |
pointSize(Function<Comparable,NUMBER> factors)
Uses the function
factors to determine the point sizes for this dataset. |
<NUMBER extends Number> |
pointSize(Function<Comparable,NUMBER> factors,
Object... keys) |
Figure |
pointSize(IndexableData<Double> factors)
Sets the point size for all indices in
factors. |
Figure |
pointSize(IndexableData<Double> factors,
Object... keys) |
Figure |
pointSize(int... factors)
Sets the point size for all indices in
factors. |
Figure |
pointSize(int factor)
Gets the default point size.
|
Figure |
pointSize(int[] factors,
Object... keys) |
Figure |
pointSize(long... factors)
Sets the point size for all indices in
factors. |
Figure |
pointSize(long factor)
Gets the default point size.
|
Figure |
pointSize(long[] factors,
Object... keys) |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(Map<CATEGORY,NUMBER> factors)
Uses the mapping
factors to determine the point sizes for the specified data points. |
<CATEGORY extends Comparable,NUMBER extends Number> |
pointSize(Map<CATEGORY,NUMBER> factors,
Object... keys) |
Figure |
pointSize(Number factor)
Gets the default point size.
|
Figure |
pointSize(Number factor,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
Figure |
pointSize(SelectableDataSet sds,
String columnName,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String keyColumn,
String valueColumn)
Sets the size of data points in the
keyColumn of the table sds to the factor
specified in the valueColumn of sds. |
Figure |
pointSize(SelectableDataSet sds,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointSize(SelectableDataSet sds,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the size of data points at the (
xCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds. |
<T extends Number> |
pointSize(T[] factors)
Sets the point size for all indices in
factors. |
<T extends Number> |
pointSize(T[] factors,
Object... keys) |
Figure |
pointSize(Table t,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
Figure |
pointSize(Table t,
String columnName,
Object... keys) |
Figure |
pointSize(Table t,
String keyColumn,
String valueColumn)
Sets the size of data points in the
keyColumn of the table t to the factor
specified in the valueColumn of t. |
Figure |
pointSize(Table t,
String keyColumn,
String valueColumn,
Object... keys) |
Figure |
pointSize(Table t,
String xCategoriesColumn,
String zCategoriesColumn,
String valueColumn)
Sets the size of data points at the (
xCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t. |
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
double[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
int[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
long[] factors)
Sets the point sizes for the specified data points.
|
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable,NUMBER extends Number> |
pointSize(XCATEGORY[] xCategories,
ZCATEGORY[] zCategories,
NUMBER[] factors)
Sets the point sizes for the specified data points.
|
Figure |
pointsVisible(Boolean visible)
Sets whether points are visible.
|
Figure |
pointsVisible(Boolean visible,
Object... keys) |
Figure |
range(double min,
double max)
Sets the range of this Axis to [
min, max] inclusive. |
Figure |
removeChart(int index)
Removes the chart at the
index from this Figure's grid. |
Figure |
removeChart(int rowNum,
int colNum)
Removes the chart at the[
rowNum, colNum from this Figure's grid. |
Figure |
rowSpan(int n)
Sets the size of this Chart within the grid of the figure.
|
Figure |
save(String saveLocation)
Saves the Figure as an image to the specified
saveLocation. |
Figure |
save(String saveLocation,
int width,
int height)
Saves the Figure as an image to the specified
saveLocation. |
Figure |
series(Comparable name)
Gets a data series by name.
|
Figure |
series(int id)
Gets a data series by id.
|
Figure |
seriesColor(int color)
Defines the default line and point color.
|
Figure |
seriesColor(int color,
Object... keys) |
Figure |
seriesColor(com.illumon.iris.gui.color.Paint color)
Defines the default line and point color.
|
Figure |
seriesColor(com.illumon.iris.gui.color.Paint color,
Object... keys) |
Figure |
seriesColor(String color)
Defines the default line and point color.
|
Figure |
seriesColor(String color,
Object... keys) |
Figure |
seriesNamingFunction(groovy.lang.Closure<String> namingFunction)
Defines the procedure to name a generated series.
|
Figure |
seriesNamingFunction(SerializableFunction<Object,String> namingFunction)
Defines the procedure to name a generated series.
|
Figure |
show()
Creates a GUI widget for the figure.
|
Figure |
span(int rowSpan,
int colSpan)
Sets the size of this Chart within the grid of the figure.
|
Figure |
theme(String theme)
Sets the
Theme of this Figure |
Figure |
theme(Theme theme)
Sets the
Theme of this Figure |
Figure |
tickLabelAngle(double angle)
Sets the angle the tick labels of this Axis are drawn at.
|
Figure |
ticks(double gapBetweenTicks)
Sets the distance between major ticks.
|
Figure |
ticks(double[] tickLocations)
Sets the locations of the major ticks.
|
Figure |
ticksFont(Font font)
Sets the font for this Axis's ticks.
|
Figure |
ticksFont(String family,
String style,
int size)
Sets the font for this Axis's ticks.
|
Figure |
ticksVisible(boolean visible)
Sets whether ticks are drawn on this Axis.
|
Figure |
toolTipPattern(String format)
Sets the tooltip format.
|
Figure |
toolTipPattern(String format,
Object... keys) |
Figure |
transform(AxisTransform transform)
Sets the
AxisTransform for this Axis. |
Figure |
twin()
Creates a new Axes instance which shares the same
Axis
objects as this Axes. |
Figure |
twin(int dim)
Creates a new Axes instance which shares the same
Axis
object at dimension dim as this Axes. |
Figure |
twin(String name)
Creates a new Axes instance which shares the same
Axis
objects as this Axes. |
Figure |
twin(String name,
int dim)
Creates a new Axes instance which shares the same
Axis
object at dimension dim as this Axes. |
Figure |
twinX()
Creates a new Axes instance which shares the same x-
Axis
as this Axes. |
Figure |
twinX(String name)
Creates a new Axes instance which shares the same x-
Axis
as this Axes. |
Figure |
twinY()
Creates a new Axes instance which shares the same y-
Axis
as this Axes. |
Figure |
twinY(String name)
Creates a new Axes instance which shares the same y-
Axis
as this Axes. |
Figure |
twinZ()
Creates a new Axes instance which shares the same z-
Axis
as this Axes. |
Figure |
twinZ(String name)
Creates a new Axes instance which shares the same z-
Axis
as this Axes. |
Figure |
updateInterval(long updateIntervalMillis)
Sets the update interval of this Figure.
|
Figure |
xAxis()
Gets the
Axis representing the x-axis |
Figure |
xBusinessTime()
|
Figure |
xBusinessTime(BusinessCalendar calendar)
|
Figure |
xColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the x-
Axis
|
Figure |
xColor(String color)
Sets the color of the x-
Axis
|
Figure |
xFormat(AxisFormat format)
Sets the
AxisFormat of the x-Axis
|
Figure |
xFormatPattern(String pattern)
Sets the format pattern of the x-
Axis
|
Figure |
xInvert()
Inverts the x-
Axis so that larger values are closer to the origin. |
Figure |
xInvert(boolean invert)
If
invert is true, inverts the x-Axis so that larger values are closer to the origin. |
Figure |
xLabel(String label)
Sets the label of the x-
Axis
|
Figure |
xLabelFont(Font font)
Sets the font for the x-
Axis label. |
Figure |
xLabelFont(String family,
String style,
int size)
Sets the font for the x-
Axis label. |
Figure |
xLog()
Sets the
AxisTransform of the x-Axis to log base 10 |
Figure |
xMax(double max)
Sets the maximum of the x-
Axis
|
Figure |
xMin(double min)
Sets the minimum of the x-
Axis
|
Figure |
xMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the x-
Axis. |
Figure |
xMinorTicksVisible(boolean visible)
Sets whether the x-
Axis minor ticks are visible. |
Figure |
xRange(double min,
double max)
Sets the range of the x-
Axis
|
Figure |
xTickLabelAngle(double angle)
Sets the angle the tick labels the x-
Axis are drawn at. |
Figure |
xTicks(double gapBetweenTicks)
Sets the spacing between the x-
Axis major ticks. |
Figure |
xTicks(double[] tickLocations)
Sets the locations of the x-
Axis major ticks. |
Figure |
xTicksFont(Font font)
Sets the font for the x-
Axis ticks. |
Figure |
xTicksFont(String family,
String style,
int size)
Sets the font for the x-
Axis ticks. |
Figure |
xTicksVisible(boolean visible)
Sets whether the x-
Axis ticks are visible. |
Figure |
xToolTipPattern(String format)
Sets the x-value tooltip format.
|
Figure |
xToolTipPattern(String format,
Object... keys) |
Figure |
xTransform(AxisTransform transform)
Sets the
AxisTransform of the x-Axis
|
Figure |
yAxis()
Gets the
Axis representing the y-axis |
Figure |
yBusinessTime()
|
Figure |
yBusinessTime(BusinessCalendar calendar)
|
Figure |
yColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the y-
Axis
|
Figure |
yColor(String color)
Sets the color of the y-
Axis
|
Figure |
yFormat(AxisFormat format)
Sets the
AxisFormat of the y-Axis
|
Figure |
yFormatPattern(String pattern)
Sets the format pattern of the y-
Axis
|
Figure |
yInvert()
Inverts the y-
Axis so that larger values are closer to the origin. |
Figure |
yInvert(boolean invert)
If
invert is true, inverts the y-Axis so that larger values are closer to the origin. |
Figure |
yLabel(String label)
Sets the label of the y-
Axis
|
Figure |
yLabelFont(Font font)
Sets the font for the y-
Axis label. |
Figure |
yLabelFont(String family,
String style,
int size)
Sets the font for the y-
Axis label. |
Figure |
yLog()
Sets the
AxisTransform of the y-Axis to log base 10 |
Figure |
yMax(double max)
Sets the maximum of the y-
Axis
|
Figure |
yMin(double min)
Sets the minimum of the y-
Axis
|
Figure |
yMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the y-
Axis. |
Figure |
yMinorTicksVisible(boolean visible)
Sets whether the y-
Axis minor ticks are visible. |
Figure |
yRange(double min,
double max)
Sets the range of the y-
Axis
|
Figure |
yTickLabelAngle(double angle)
Sets the angle the tick labels the y-
Axis are drawn at. |
Figure |
yTicks(double gapBetweenTicks)
Sets the spacing between the y-
Axis major ticks. |
Figure |
yTicks(double[] tickLocations)
Sets the locations of the y-
Axis major ticks. |
Figure |
yTicksFont(Font font)
Sets the font for the y-
Axis ticks. |
Figure |
yTicksFont(String family,
String style,
int size)
Sets the font for the y-
Axis ticks. |
Figure |
yTicksVisible(boolean visible)
Sets whether the y-
Axis ticks are visible. |
Figure |
yToolTipPattern(String format)
Sets the y-value tooltip format.
|
Figure |
yToolTipPattern(String format,
Object... keys) |
Figure |
yTransform(AxisTransform transform)
Sets the
AxisTransform of the y-Axis
|
Figure |
zAxis()
Gets the
Axis representing the z-axis |
Figure |
zBusinessTime()
|
Figure |
zBusinessTime(BusinessCalendar calendar)
|
Figure |
zColor(com.illumon.iris.gui.color.Paint color)
Sets the color of the z-
Axis
|
Figure |
zColor(String color)
Sets the color of the z-
Axis
|
Figure |
zFormat(AxisFormat format)
Sets the
AxisFormat of the z-Axis
|
Figure |
zFormatPattern(String pattern)
Sets the format pattern of the z-
Axis
|
Figure |
zInvert()
Inverts the z-
Axis so that larger values are closer to the origin. |
Figure |
zInvert(boolean invert)
If
invert is true, inverts the z-Axis so that larger values are closer to the origin. |
Figure |
zLabel(String label)
Sets the label of the z-
Axis
|
Figure |
zLabelFont(Font font)
Sets the font for the z-
Axis label. |
Figure |
zLabelFont(String family,
String style,
int size)
Sets the font for the z-
Axis label. |
Figure |
zLog()
Sets the
AxisTransform of the z-Axis to log base 10 |
Figure |
zMax(double max)
Sets the maximum of the z-
Axis
|
Figure |
zMin(double min)
Sets the minimum of the z-
Axis
|
Figure |
zMinorTicks(int count)
Sets the number of minor ticks between consecutive major ticks
in the z-
Axis. |
Figure |
zMinorTicksVisible(boolean visible)
Sets whether the z-
Axis minor ticks are visible. |
Figure |
zRange(double min,
double max)
Sets the range of the z-
Axis
|
Figure |
zTickLabelAngle(double angle)
Sets the angle the tick labels the z-
Axis are drawn at. |
Figure |
zTicks(double gapBetweenTicks)
Sets the spacing between the z-
Axis major ticks. |
Figure |
zTicks(double[] tickLocations)
Sets the locations of the z-
Axis major ticks. |
Figure |
zTicksFont(Font font)
Sets the font for the z-
Axis ticks. |
Figure |
zTicksFont(String family,
String style,
int size)
Sets the font for the z-
Axis ticks. |
Figure |
zTicksVisible(boolean visible)
Sets whether the z-
Axis ticks are visible. |
Figure |
zToolTipPattern(String format)
Sets the z-value tooltip format.
|
Figure |
zTransform(AxisTransform transform)
Sets the
AxisTransform of the z-Axis
|
Figure show()
Figure axesRemoveSeries(String... names)
Axesnames from this Axes.axesRemoveSeries in interface Axes
names - series namesFigure axis(int dim)
AxesAxis at dimension dim.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.Figure axisColor(String color)
AxisFigure axisColor(com.illumon.iris.gui.color.Paint color)
AxisFigure axisFormat(AxisFormat format)
AxisAxisFormat for this Axis.axisFormat in interface Axis
format - axis formatFigure axisFormatPattern(String pattern)
AxisaxisFormatPattern in interface Axis
pattern - axis format patternFigure axisLabel(String label)
AxisFigure axisLabelFont(Font font)
AxisaxisLabelFont in interface Axis
font - fontFigure axisLabelFont(String family, String style, int size)
AxisaxisLabelFont in interface Axis
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure businessTime()
AxisAxisTransform as a new AxisTransformBusinessCalendar.
The BusinessCalendar used is the configured default.businessTime in interface Axis
Figure businessTime(BusinessCalendar calendar)
AxisAxisTransform as a new AxisTransformBusinessCalendar.businessTime in interface Axis
calendar - business calendar of the AxisTransformBusinessCalendar
<T0 extends Comparable,T1 extends Number,T2 extends Number,T3 extends Number> Figure catErrorBar(Comparable seriesName, T0[] categories, T1[] values, T2[] yLow, T3[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataT1 - type of the numeric dataT2 - type of the numeric dataT3 - type of the numeric dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, double[] values, double[] yLow, double[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, float[] values, float[] yLow, float[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, int[] values, int[] yLow, int[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, long[] values, long[] yLow, long[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, DBDateTime[] values, DBDateTime[] yLow, DBDateTime[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, Date[] values, Date[] yLow, Date[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, T0[] categories, short[] values, short[] yLow, short[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataT1 - type of the numeric dataT2 - type of the numeric dataT3 - type of the numeric dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataT1 - type of the numeric dataT2 - type of the numeric dataT3 - type of the numeric dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, double[] values, double[] yLow, double[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, float[] values, float[] yLow, float[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, int[] values, int[] yLow, int[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, long[] values, long[] yLow, long[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Comparable> Figure catErrorBar(Comparable seriesName, List<T0> categories, short[] values, short[] yLow, short[] yHigh)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxescatErrorBar in interface Axes
T0 - type of the categorical dataT1 - type of the numeric dataT2 - type of the numeric dataT3 - type of the numeric dataseriesName - name of the created datasetcategories - discrete datavalues - numeric datayLow - low whisker value in y directionyHigh - high whisker value in y directionFigure catErrorBar(Comparable seriesName, SelectableDataSet sds, String categories, String values, String yLow, String yHigh)
AxescatErrorBar in interface Axes
seriesName - name of the created datasetsds - selectable datasetcategories - column in sds that holds the discrete datavalues - column in sds that holds the numeric datayLow - column in sds that holds the low whisker value in the y directionyHigh - column in sds that holds the high whisker value in the y directionFigure catErrorBar(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh)
AxescatErrorBar in interface Axes
seriesName - name of the created datasett - tablecategories - column in t that holds the discrete datavalues - column in t that holds the numeric datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionFigure catErrorBarBy(Comparable seriesName, Table t, String categories, String values, String yLow, String yHigh, String... byColumns)
AxesbyColumns.catErrorBarBy in interface Axes
seriesName - name of the created datasett - tablecategories - column in t that holds the discrete datavalues - column in t that holds the numeric datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionbyColumns - column(s) in t that holds the grouping data<T extends Comparable> Figure catHistPlot(Comparable seriesName, T[] x)
Axesx.catHistPlot in interface Axes
T - data type of the categorical dataseriesName - name of the created datasetx - dataFigure catHistPlot(Comparable seriesName, double[] x)
Axesx.catHistPlot in interface Axes
seriesName - name of the created datasetx - dataFigure catHistPlot(Comparable seriesName, float[] x)
Axesx.catHistPlot in interface Axes
seriesName - name of the created datasetx - dataFigure catHistPlot(Comparable seriesName, int[] x)
Axesx.catHistPlot in interface Axes
seriesName - name of the created datasetx - dataFigure catHistPlot(Comparable seriesName, long[] x)
Axesx.catHistPlot in interface Axes
seriesName - name of the created datasetx - data<T extends Comparable> Figure catHistPlot(Comparable seriesName, List<T> x)
Axesx.catHistPlot in interface Axes
T - data type of the categorical dataseriesName - name of the created datasetx - dataFigure catHistPlot(Comparable seriesName, SelectableDataSet sds, String columnName)
AxescolumnName column of sds.
Supports filtering e.g. with a OneClickcatHistPlot in interface Axes
seriesName - name of the created datasetsds - selectable data setcolumnName - column in sds
Figure catHistPlot(Comparable seriesName, Table t, String columnName)
AxescolumnName column of t.catHistPlot in interface Axes
seriesName - name of the created datasett - tablecolumnName - column in t
<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, T1[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, double[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, float[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, int[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, long[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, T0[] categories, short[] values)
Axes<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, T0[] categories, List<T1> values)
Axes<T1 extends Comparable> Figure catPlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
Axes<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, T1[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, double[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, float[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, int[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, long[] values)
Axes<T0 extends Comparable> Figure catPlot(Comparable seriesName, List<T0> categories, short[] values)
Axes<T0 extends Comparable,T1 extends Number> Figure catPlot(Comparable seriesName, List<T0> categories, List<T1> values)
AxesFigure catPlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
AxesFigure catPlot(Comparable seriesName, Table t, String categories, String values)
Axes<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, T2[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, double[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, float[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, int[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, long[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, short[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, T1[] zCategories, List<T2> values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, T2[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, double[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, float[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, int[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, long[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, short[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, T0[] xCategories, List<T1> zCategories, List<T2> values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, T2[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, double[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, float[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, int[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, long[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, short[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, T1[] zCategories, List<T2> values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, T2[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, double[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, float[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, int[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, long[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, short[] values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric data<T0 extends Comparable,T1 extends Comparable,T2 extends Number> Figure catPlot3d(Comparable seriesName, List<T0> xCategories, List<T1> zCategories, List<T2> values)
AxescatPlot3d in interface Axes
T0 - type of the xCategories dataT1 - type of the zCategories dataT2 - type of the numeric dataseriesName - name of the created datasetxCategories - set of discrete categories on x-axiszCategories - set of discrete categories on z-axisvalues - numeric dataFigure catPlot3d(Comparable seriesName, SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
AxescatPlot3d in interface Axes
seriesName - name of the created datasetsds - selectable data setxCategoriesColumn - column in t holding category1 datazCategoriesColumn - column in t holding category2 datavaluesColumn - column in sds holding numeric dataFigure catPlot3d(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn)
AxescatPlot3d in interface Axes
seriesName - name of the created datasett - tablexCategoriesColumn - column in t holding xCategoriesColumn datazCategoriesColumn - column in t holding zCategoriesColumn datavaluesColumn - column in t holding numeric dataFigure catPlot3dBy(Comparable seriesName, Table t, String xCategoriesColumn, String zCategoriesColumn, String valuesColumn, String... byColumns)
AxesbyColumns.catPlot3dBy in interface Axes
seriesName - name of the created datasett - tablexCategoriesColumn - column in t holding discrete datazCategoriesColumn - column in t holding discrete datavaluesColumn - column in t holding numeric databyColumns - column(s) in t that holds the grouping dataFigure catPlotBy(Comparable seriesName, SelectableDataSet sds, String categories, String values, String... byColumns)
AxesbyColumns.
Supports filtering e.g. with a OneClickcatPlotBy in interface Axes
seriesName - name of the created datasetsds - selectable data setcategories - column in sds holding discrete datavalues - column in sds holding numeric databyColumns - column(s) in sds that holds the grouping dataFigure catPlotBy(Comparable seriesName, Table t, String categories, String values, String... byColumns)
AxesbyColumns.Figure chart(int index)
BaseFigureindex from this Figure's grid.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]chart in interface BaseFigure
index - indexChart
Figure chart(int rowNum, int colNum)
BaseFigurerowNum, colNum from this Figure's grid.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]chart in interface BaseFigure
rowNum - row index of this Figure's gridcolNum - column index of this Figure's gridChart
Figure chartRemoveSeries(String... names)
Chartnames from this Chart.chartRemoveSeries in interface Chart
names - series namesFigure chartTitle(String title)
ChartchartTitle in interface Chart
title - titleFigure chartTitleColor(String color)
ChartchartTitleColor in interface Chart
color - colorFigure chartTitleColor(com.illumon.iris.gui.color.Paint color)
ChartchartTitleColor in interface Chart
color - colorFigure chartTitleFont(Font font)
ChartchartTitleFont in interface Chart
font - fontFigure chartTitleFont(String family, String style, int size)
ChartchartTitleFont in interface Chart
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure colSpan(int n)
Chart<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, T3[] y)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, DBDateTime[] y)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, T0[] x, T1[] xLow, T2[] xHigh, Date[] y)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesFigure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y)
AxesFigure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y)
AxesFigure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y)
AxesFigure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y)
AxesFigure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y)
AxesFigure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y)
AxesFigure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y)
AxesFigure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y)
Axes<T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, T3[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y)
Axes<T3 extends Number> Figure errorBarX(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, List<T3> y)
Axes<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, T3[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y)
AxesFigure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y)
Axes<T3 extends Number> Figure errorBarX(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, List<T3> y)
AxesFigure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y)
AxesFigure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y)
AxesFigure errorBarX(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, DBDateTime[] y)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-values<T0 extends Number,T1 extends Number,T2 extends Number> Figure errorBarX(Comparable seriesName, List<T0> x, List<T1> xLow, List<T2> xHigh, Date[] y)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-values<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)
AxeserrorBarX in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesFigure errorBarX(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y)
AxeserrorBarX in interface Axes
seriesName - name of the created datasetsds - selectable datasetx - column in sds that holds the x-variable dataxLow - column in sds that holds the low whisker value in the x directionxHigh - column in sds that holds the high whisker value in the x directiony - column in sds that holds the y-variable dataFigure errorBarX(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y)
AxeserrorBarX in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable dataxLow - column in t that holds the low whisker value in the x directionxHigh - column in t that holds the high whisker value in the x directiony - column in t that holds the y-variable dataFigure errorBarXBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String... byColumns)
AxesbyColumns.errorBarXBy in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable dataxLow - column in t that holds the low whisker value in the x directionxHigh - column in t that holds the high whisker value in the x directiony - column in t that holds the y-variable databyColumns - column(s) in t that holds the grouping data<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, double[] y, double[] yLow, double[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, double[] x, double[] xLow, double[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, float[] y, float[] yLow, float[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, float[] x, float[] xLow, float[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, int[] y, int[] yLow, int[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, int[] x, int[] xLow, int[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, long[] y, long[] yLow, long[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, long[] x, long[] xLow, long[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, double[] y, double[] yLow, double[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, float[] y, float[] yLow, float[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, int[] y, int[] yLow, int[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, long[] y, long[] yLow, long[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, DBDateTime[] x, DBDateTime[] xLow, DBDateTime[] xHigh, short[] y, short[] yLow, short[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, double[] y, double[] yLow, double[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, float[] y, float[] yLow, float[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, int[] y, int[] yLow, int[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, long[] y, long[] yLow, long[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, Date[] x, Date[] xLow, Date[] xHigh, short[] y, short[] yLow, short[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, Date[] y, Date[] yLow, Date[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, short[] x, short[] xLow, short[] xHigh, short[] y, short[] yLow, short[] yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<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)
AxeserrorBarXY in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeT4 - data typeT5 - data typeseriesName - name of the created datasetx - x-valuesxLow - low whisker value in x directionxHigh - high whisker value in x directiony - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarXY(Comparable seriesName, SelectableDataSet sds, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasetsds - selectable datasetx - column in sds that holds the x-variable dataxLow - column in sds that holds the low whisker value in the x directionxHigh - column in sds that holds the high whisker value in the x directiony - column in sds that holds the y-variable datayLow - column in sds that holds the low whisker value in the y directionyHigh - column in sds that holds the high whisker value in the y directionFigure errorBarXY(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh)
AxeserrorBarXY in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable dataxLow - column in t that holds the low whisker value in the x directionxHigh - column in t that holds the high whisker value in the x directiony - column in t that holds the y-variable datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionFigure errorBarXYBy(Comparable seriesName, Table t, String x, String xLow, String xHigh, String y, String yLow, String yHigh, String... byColumns)
AxesbyColumns.errorBarXYBy in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable dataxLow - column in t that holds the low whisker value in the x directionxHigh - column in t that holds the high whisker value in the x directiony - column in t that holds the y-variable datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionbyColumns - column(s) in t that holds the grouping data<T0 extends Number,T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, T1[] y, T2[] yLow, T3[] yHigh)
AxeserrorBarY in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes<T0 extends Number> Figure errorBarY(Comparable seriesName, T0[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, double[] x, double[] y, double[] yLow, double[] yHigh)
AxesFigure errorBarY(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, double[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, float[] x, float[] y, float[] yLow, float[] yHigh)
AxesFigure errorBarY(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, float[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, int[] x, int[] y, int[] yLow, int[] yHigh)
AxesFigure errorBarY(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, int[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, long[] x, long[] y, long[] yLow, long[] yHigh)
AxesFigure errorBarY(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, long[] x, Date[] y, Date[] yLow, Date[] yHigh)
Axes<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] yLow, T3[] yHigh)
AxeserrorBarY in interface Axes
T1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarY(Comparable seriesName, DBDateTime[] x, double[] y, double[] yLow, double[] yHigh)
AxesFigure errorBarY(Comparable seriesName, DBDateTime[] x, float[] y, float[] yLow, float[] yHigh)
AxesFigure errorBarY(Comparable seriesName, DBDateTime[] x, int[] y, int[] yLow, int[] yHigh)
AxesFigure errorBarY(Comparable seriesName, DBDateTime[] x, long[] y, long[] yLow, long[] yHigh)
AxesFigure errorBarY(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, DBDateTime[] x, short[] y, short[] yLow, short[] yHigh)
Axes<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
AxeserrorBarY in interface Axes
T1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y direction<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, T1[] y, T2[] yLow, T3[] yHigh)
AxeserrorBarY in interface Axes
T1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarY(Comparable seriesName, Date[] x, double[] y, double[] yLow, double[] yHigh)
AxesFigure errorBarY(Comparable seriesName, Date[] x, float[] y, float[] yLow, float[] yHigh)
AxesFigure errorBarY(Comparable seriesName, Date[] x, int[] y, int[] yLow, int[] yHigh)
AxesFigure errorBarY(Comparable seriesName, Date[] x, long[] y, long[] yLow, long[] yHigh)
AxesFigure errorBarY(Comparable seriesName, Date[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, Date[] x, short[] y, short[] yLow, short[] yHigh)
Axes<T1 extends Number,T2 extends Number,T3 extends Number> Figure errorBarY(Comparable seriesName, Date[] x, List<T1> y, List<T2> yLow, List<T3> yHigh)
AxeserrorBarY in interface Axes
T1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarY(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
AxesFigure errorBarY(Comparable seriesName, short[] x, Date[] y, Date[] yLow, Date[] yHigh)
AxesFigure errorBarY(Comparable seriesName, short[] x, short[] y, short[] yLow, short[] yHigh)
Axes<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] yLow, DBDateTime[] yHigh)
Axes<T0 extends Number> Figure errorBarY(Comparable seriesName, List<T0> x, Date[] y, Date[] yLow, Date[] yHigh)
Axes<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)
AxeserrorBarY in interface Axes
T0 - data typeT1 - data typeT2 - data typeT3 - data typeseriesName - name of the created datasetx - x-valuesy - y-valuesyLow - low whisker value in y directionyHigh - high whisker value in y directionFigure errorBarY(Comparable seriesName, SelectableDataSet sds, String x, String y, String yLow, String yHigh)
AxeserrorBarY in interface Axes
seriesName - name of the created datasetsds - selectable datasetx - column in sds that holds the x-variable datay - column in sds that holds the y-variable datayLow - column in sds that holds the low whisker value in the y directionyHigh - column in sds that holds the high whisker value in the y directionFigure errorBarY(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh)
AxeserrorBarY in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable datay - column in t that holds the y-variable datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionFigure errorBarYBy(Comparable seriesName, Table t, String x, String y, String yLow, String yHigh, String... byColumns)
AxesbyColumns.errorBarYBy in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable datay - column in t that holds the y-variable datayLow - column in t that holds the low whisker value in the y directionyHigh - column in t that holds the high whisker value in the y directionbyColumns - column(s) in t that holds the grouping dataFigure figureRemoveSeries(String... names)
BaseFigurenames from this Figure.figureRemoveSeries in interface BaseFigure
names - series namesFigure figureTitle(String title)
BaseFigurefigureTitle in interface BaseFigure
title - titleFigure figureTitleColor(String color)
BaseFigurefigureTitleColor in interface BaseFigure
color - colorFigure figureTitleColor(com.illumon.iris.gui.color.Paint color)
BaseFigurefigureTitleColor in interface BaseFigure
color - colorFigure figureTitleFont(Font font)
BaseFigurefigureTitleFont in interface BaseFigure
font - fontFigure figureTitleFont(String family, String style, int size)
BaseFigurefigureTitleFont in interface BaseFigure
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure histPlot(Comparable seriesName, Table counts)
Axes<T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, double[] x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, float[] x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, int[] x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, long[] x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, short[] x, int nbins)
Axesnbins bins.<T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, int nbins)
Axesnbins bins.Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, int nbins)
Axesnbins.
Supports filtering e.g. by OneClickFigure histPlot(Comparable seriesName, Table t, String columnName, int nbins)
Axesnbins.<T0 extends Number> Figure histPlot(Comparable seriesName, T0[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, double[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, float[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, int[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, long[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, short[] x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.<T0 extends Number> Figure histPlot(Comparable seriesName, List<T0> x, double rangeMin, double rangeMax, int nbins)
AxesrangeMin and rangeMax.
The number of bins is specified by nbins.
The bins are spaced evenly between the range.Figure histPlot(Comparable seriesName, SelectableDataSet sds, String columnName, double rangeMin, double rangeMax, int nbins)
Axesnbins.
The range is set with rangeMin and rangeMax. The nbins are spread out equally in this range.Figure histPlot(Comparable seriesName, Table t, String columnName, double rangeMin, double rangeMax, int nbins)
Axesnbins.
The range is set with rangeMin and rangeMax. The nbins are spread out equally in this range.Figure invert()
AxisFigure invert(boolean invert)
Axisinvert is true, inverts this Axis so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure legendColor(String color)
ChartlegendColor in interface Chart
color - colorFigure legendColor(com.illumon.iris.gui.color.Paint color)
ChartlegendColor in interface Chart
color - colorFigure legendFont(Font font)
ChartlegendFont in interface Chart
font - fontFigure legendFont(String family, String style, int size)
ChartlegendFont in interface Chart
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure legendVisible(boolean visible)
ChartlegendVisible in interface Chart
visible - whether the Chart's legend is shown or hiddenFigure max(double max)
Axismax.Figure min(double min)
Axismin.Figure minorTicks(int count)
AxisminorTicks in interface Axis
count - number of minor ticks between consecutive major ticks.Figure minorTicksVisible(boolean visible)
AxisminorTicksVisible in interface Axis
visible - whether minor ticks are drawn on this AxisFigure newAxes()
ChartAxes with dimension 2 on this Chart.Figure newAxes(String name)
ChartAxes with dimension 2 on this Chart.Figure newAxes(int dim)
ChartAxes with dimension dim on this Chart.Figure newAxes(String name, int dim)
ChartAxes with dimension dim on this Chart.Figure newChart()
BaseFigureChart to this figure.
The Chart is placed in the next available grid space, starting at the upper left hand corner of the grid,
going left to right, top to bottom.
If no available space is found in the grid:
if this Figure was created with no specified grid size, then the Figure will resize itself to add the new Chart;
if not, a RuntimeException will be thrown.newChart in interface BaseFigure
Chart
Figure newChart(int index)
BaseFigureChart to this figure.
The Chart is placed at the grid space indicated by the index.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]newChart in interface BaseFigure
index - index of this Figure's gridChart
Figure newChart(int rowNum, int colNum)
BaseFigureChart to this figure.
The Chart is placed at the grid space [rowNum, colNum.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]newChart in interface BaseFigure
rowNum - row index of this Figure's gridcolNum - column index of this Figure's gridChart
<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)
AxesohlcPlot in interface Axes
T1 - open data typeT2 - high data typeT3 - low data typeT4 - close data typeseriesName - name of the created datasettime - time dataopen - open datahigh - high datalow - low dataclose - close dataFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, double[] open, double[] high, double[] low, double[] close)
AxesFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, float[] open, float[] high, float[] low, float[] close)
AxesFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, int[] open, int[] high, int[] low, int[] close)
AxesFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, long[] open, long[] high, long[] low, long[] close)
AxesFigure ohlcPlot(Comparable seriesName, DBDateTime[] time, short[] open, short[] high, short[] low, short[] close)
Axes<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)
AxesohlcPlot in interface Axes
T1 - open data typeT2 - high data typeT3 - low data typeT4 - close data typeseriesName - name of the created datasettime - time dataopen - open datahigh - high datalow - low dataclose - close data<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)
AxesohlcPlot in interface Axes
T1 - open data typeT2 - high data typeT3 - low data typeT4 - close data typeseriesName - name of the created datasettime - time dataopen - open datahigh - high datalow - low dataclose - close dataFigure ohlcPlot(Comparable seriesName, Date[] time, double[] open, double[] high, double[] low, double[] close)
AxesFigure ohlcPlot(Comparable seriesName, Date[] time, float[] open, float[] high, float[] low, float[] close)
AxesFigure ohlcPlot(Comparable seriesName, Date[] time, int[] open, int[] high, int[] low, int[] close)
AxesFigure ohlcPlot(Comparable seriesName, Date[] time, long[] open, long[] high, long[] low, long[] close)
AxesFigure ohlcPlot(Comparable seriesName, Date[] time, short[] open, short[] high, short[] low, short[] close)
Axes<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)
AxesohlcPlot in interface Axes
T1 - open data typeT2 - high data typeT3 - low data typeT4 - close data typeseriesName - name of the created datasettime - time dataopen - open datahigh - high datalow - low dataclose - close dataFigure ohlcPlot(Comparable seriesName, IndexableNumericData time, IndexableNumericData open, IndexableNumericData high, IndexableNumericData low, IndexableNumericData close)
AxesFigure ohlcPlot(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
AxesohlcPlot in interface Axes
seriesName - name of the created datasetsds - selectable data settimeCol - column in sds that holds the time dataopenCol - column in sds that holds the open datahighCol - column in sds that holds the high datalowCol - column in sds that holds the low datacloseCol - column in sds that holds the close dataFigure ohlcPlot(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol)
AxesohlcPlot in interface Axes
seriesName - name of the created datasett - tabletimeCol - column in t that holds the time dataopenCol - column in t that holds the open datahighCol - column in t that holds the high datalowCol - column in t that holds the low datacloseCol - column in t that holds the close dataFigure ohlcPlotBy(Comparable seriesName, SelectableDataSet sds, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
AxesbyColumns.
Supports filtering e.g. with a OneClick.ohlcPlotBy in interface Axes
seriesName - name of the created datasetsds - selectable data settimeCol - column in sds that holds the time dataopenCol - column in sds that holds the open datahighCol - column in sds that holds the high datalowCol - column in sds that holds the low datacloseCol - column in sds that holds the close databyColumns - column(s) in sds that holds the grouping dataFigure ohlcPlotBy(Comparable seriesName, Table t, String timeCol, String openCol, String highCol, String lowCol, String closeCol, String... byColumns)
AxesbyColumns.ohlcPlotBy in interface Axes
seriesName - name of the created datasett - tabletimeCol - column in t that holds the time dataopenCol - column in t that holds the open datahighCol - column in t that holds the high datalowCol - column in t that holds the low datacloseCol - column in t that holds the close databyColumns - column(s) in t that holds the grouping data<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, T1[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, double[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, float[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, int[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, long[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, T0[] categories, short[] values)
Axes<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, T0[] categories, List<T1> values)
Axes<T1 extends Comparable> Figure piePlot(Comparable seriesName, IndexableData<T1> categories, IndexableNumericData values)
Axes<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, T1[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, double[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, float[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, int[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, long[] values)
Axes<T0 extends Comparable> Figure piePlot(Comparable seriesName, List<T0> categories, short[] values)
Axes<T0 extends Comparable,T1 extends Number> Figure piePlot(Comparable seriesName, List<T0> categories, List<T1> values)
AxesFigure piePlot(Comparable seriesName, SelectableDataSet sds, String categories, String values)
AxesFigure piePlot(Comparable seriesName, Table t, String categories, String values)
Axes<T extends Number> Figure plot(Comparable seriesName, groovy.lang.Closure<T> function)
AxesFigure plot(Comparable seriesName, DoubleUnaryOperator function)
Axes<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, T1[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, double[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, float[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, int[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, long[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, DBDateTime[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, Date[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, T0[] x, short[] y)
Axes<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, T0[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, double[] x, T1[] y)
AxesFigure plot(Comparable seriesName, double[] x, double[] y)
AxesFigure plot(Comparable seriesName, double[] x, float[] y)
AxesFigure plot(Comparable seriesName, double[] x, int[] y)
AxesFigure plot(Comparable seriesName, double[] x, long[] y)
AxesFigure plot(Comparable seriesName, double[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, double[] x, Date[] y)
AxesFigure plot(Comparable seriesName, double[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, double[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, float[] x, T1[] y)
AxesFigure plot(Comparable seriesName, float[] x, double[] y)
AxesFigure plot(Comparable seriesName, float[] x, float[] y)
AxesFigure plot(Comparable seriesName, float[] x, int[] y)
AxesFigure plot(Comparable seriesName, float[] x, long[] y)
AxesFigure plot(Comparable seriesName, float[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, float[] x, Date[] y)
AxesFigure plot(Comparable seriesName, float[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, float[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, int[] x, T1[] y)
AxesFigure plot(Comparable seriesName, int[] x, double[] y)
AxesFigure plot(Comparable seriesName, int[] x, float[] y)
AxesFigure plot(Comparable seriesName, int[] x, int[] y)
AxesFigure plot(Comparable seriesName, int[] x, long[] y)
AxesFigure plot(Comparable seriesName, int[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, int[] x, Date[] y)
AxesFigure plot(Comparable seriesName, int[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, int[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, long[] x, T1[] y)
AxesFigure plot(Comparable seriesName, long[] x, double[] y)
AxesFigure plot(Comparable seriesName, long[] x, float[] y)
AxesFigure plot(Comparable seriesName, long[] x, int[] y)
AxesFigure plot(Comparable seriesName, long[] x, long[] y)
AxesFigure plot(Comparable seriesName, long[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, long[] x, Date[] y)
AxesFigure plot(Comparable seriesName, long[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, long[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, T1[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, double[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, float[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, int[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, long[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, Date[] y)
AxesFigure plot(Comparable seriesName, DBDateTime[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, DBDateTime[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, Date[] x, T1[] y)
AxesFigure plot(Comparable seriesName, Date[] x, double[] y)
AxesFigure plot(Comparable seriesName, Date[] x, float[] y)
AxesFigure plot(Comparable seriesName, Date[] x, int[] y)
AxesFigure plot(Comparable seriesName, Date[] x, long[] y)
AxesFigure plot(Comparable seriesName, Date[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, Date[] x, Date[] y)
AxesFigure plot(Comparable seriesName, Date[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, Date[] x, List<T1> y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, short[] x, T1[] y)
AxesFigure plot(Comparable seriesName, short[] x, double[] y)
AxesFigure plot(Comparable seriesName, short[] x, float[] y)
AxesFigure plot(Comparable seriesName, short[] x, int[] y)
AxesFigure plot(Comparable seriesName, short[] x, long[] y)
AxesFigure plot(Comparable seriesName, short[] x, DBDateTime[] y)
AxesFigure plot(Comparable seriesName, short[] x, Date[] y)
AxesFigure plot(Comparable seriesName, short[] x, short[] y)
Axes<T1 extends Number> Figure plot(Comparable seriesName, short[] x, List<T1> y)
Axes<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, T1[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, double[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, float[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, int[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, long[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, DBDateTime[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, Date[] y)
Axes<T0 extends Number> Figure plot(Comparable seriesName, List<T0> x, short[] y)
Axes<T0 extends Number,T1 extends Number> Figure plot(Comparable seriesName, List<T0> x, List<T1> y)
AxesFigure plot(Comparable seriesName, SelectableDataSet sds, String x, String y)
AxesFigure plot(Comparable seriesName, Table t, String x, String y)
AxesFigure plot(Comparable seriesName, IndexableNumericData x, IndexableNumericData y, boolean hasXTimeAxis, boolean hasYTimeAxis)
Axes<T extends Number> Figure plot3d(Comparable seriesName, groovy.lang.Closure<T> function)
AxesFigure plot3d(Comparable seriesName, DoubleBinaryOperator function)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, T2[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, double[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, float[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, int[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, long[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, DBDateTime[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, Date[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, short[] z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, T1[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, double[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, float[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, int[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, long[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, DBDateTime[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, Date[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, short[] y, List<T2> z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, T2[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, double[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, float[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, int[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, long[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, DBDateTime[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, Date[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, short[] z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, T0[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, double[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, double[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, float[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, float[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, int[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, int[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, long[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, long[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, DBDateTime[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, Date[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, Date[] x, List<T1> y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, T1[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, double[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, double[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, float[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, float[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, int[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, int[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, long[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, long[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, DBDateTime[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, Date[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, Date[] y, List<T2> z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, T2[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, double[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, float[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, int[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, long[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, DBDateTime[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, Date[] z)
AxesFigure plot3d(Comparable seriesName, short[] x, short[] y, short[] z)
Axes<T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, short[] y, List<T2> z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, T2[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, double[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, float[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, int[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, long[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, DBDateTime[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, Date[] z)
Axes<T1 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, short[] z)
Axes<T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, short[] x, List<T1> y, List<T2> z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, T2[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, double[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, float[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, int[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, long[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, DBDateTime[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, Date[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, short[] z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, T1[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, double[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, float[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, int[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, long[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, DBDateTime[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, Date[] y, List<T2> z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, T2[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, double[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, float[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, int[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, long[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, DBDateTime[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, Date[] z)
Axes<T0 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, short[] z)
Axes<T0 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, short[] y, List<T2> z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, T2[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, double[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, float[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, int[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, long[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, DBDateTime[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, Date[] z)
Axes<T0 extends Number,T1 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, short[] z)
Axes<T0 extends Number,T1 extends Number,T2 extends Number> Figure plot3d(Comparable seriesName, List<T0> x, List<T1> y, List<T2> z)
AxesFigure plot3d(Comparable seriesName, SelectableDataSet sds, String x, String y, String z)
AxesFigure plot3d(Comparable seriesName, Table t, String x, String y, String z)
AxesFigure plot3dBy(Comparable seriesName, Table t, String x, String y, String z, String... byColumns)
AxesbyColumns.plot3dBy in interface Axes
seriesName - name of the created datasett - tablex - column in t that holds the x-variable datay - column in t that holds the y-variable dataz - column in t that holds the z-variable databyColumns - column(s) in t that holds the grouping dataFigure plotBy(Comparable seriesName, SelectableDataSet sds, String x, String y, String... byColumns)
AxesbyColumns.
Supports filtering e.g. with a OneClick.plotBy in interface Axes
seriesName - name of the created datasetsds - selectable data setx - column in sds that holds the x-variable datay - column in sds that holds the y-variable databyColumns - column(s) in t that holds the grouping dataFigure plotBy(Comparable seriesName, Table t, String x, String y, String... byColumns)
AxesbyColumns.Figure plotOrientation(String orientation)
ChartplotOrientation in interface Chart
orientation - plot orientationFigure plotStyle(PlotStyle style)
AxesPlotStyle of this Axes.Figure plotStyle(String style)
AxesPlotStyle of this Axes.Figure range(double min, double max)
Axismin, max] inclusive.Figure removeChart(int index)
BaseFigureindex from this Figure's grid.
The index starts at 0 in the upper left hand corner of the grid and increases
going left to right, top to bottom. E.g. for a 2x2 Figure, the indices would be
[0, 1]
[2, 3]removeChart in interface BaseFigure
index - indexFigure removeChart(int rowNum, int colNum)
BaseFigurerowNum, colNum from this Figure's grid.
Row and column numbers start at 0 in the upper left hand corner of the grid and increase
going top to bottom and left to right respectively. E.g. for a 2x2 Figure, the coordinates would be
[(0,0), (0,1)]
[(1,0), (1,1)]removeChart in interface BaseFigure
rowNum - row index of this Figure's gridcolNum - column index of this Figure's gridChart
Figure rowSpan(int n)
ChartFigure save(String saveLocation)
BaseFiguresaveLocation.
This image's size is 2480x2160.save in interface BaseFigure
saveLocation - save location. Must not be nullFigure save(String saveLocation, int width, int height)
BaseFiguresaveLocation.
This image's size is width x height.save in interface BaseFigure
saveLocation - save location. Must not be nullwidth - width of the resultant imageheight - height of the resultant imageFigure series(Comparable name)
AxesFigure span(int rowSpan, int colSpan)
ChartFigure theme(String theme)
BaseFigureTheme of this Figuretheme in interface BaseFigure
theme - theme nameFigure theme(Theme theme)
BaseFigureTheme of this Figuretheme in interface BaseFigure
theme - themeFigure tickLabelAngle(double angle)
AxistickLabelAngle in interface Axis
angle - angle in degreesFigure ticks(double[] tickLocations)
AxisFigure ticks(double gapBetweenTicks)
AxisgapBetweenTicks is 5.0,
and the first tick is at 10.0, the next will be drawn at 15.0.Figure ticksFont(Font font)
AxisFigure ticksFont(String family, String style, int size)
AxisticksFont in interface Axis
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure ticksVisible(boolean visible)
AxisticksVisible in interface Axis
visible - whether ticks are drawn on this AxisFigure transform(AxisTransform transform)
AxisAxisTransform for this Axis.Figure twin(int dim)
AxesAxis
object at dimension dim as this Axes.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.
The resultant Axes has the same range, ticks, etc. as this Axes
(as these are properties of the Axis) at this dimension,
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twin(String name, int dim)
AxesAxis
object at dimension dim as this Axes.
The x-axis is dimension 0, y-axis dimension 1, and the z-axis dimension 2.
The resultant Axes has the same range, ticks, etc. as this Axes
(as these are properties of the Axis) at this dimension,
but may have, for example, a different PlotStyle.
Figure twinX()
AxesAxis
as this Axes.
The resultant Axes has the same x-axis range, ticks, etc. as this Axes
(as these are properties of the Axis)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twinY()
AxesAxis
as this Axes.
The resultant Axes has the same y-axis range, ticks, etc. as this Axes
(as these are properties of the Axis)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure twinZ()
AxesAxis
as this Axes.
The resultant Axes has the same z-axis range, ticks, etc. as this Axes
(as these are properties of the Axis)
but may have, for example, a different PlotStyle.
The axes name will be equal to the string representation of the axes id.
Figure updateInterval(long updateIntervalMillis)
BaseFigureupdateInterval in interface BaseFigure
updateIntervalMillis - update interval, in millisecondsFigure xBusinessTime()
AxesAxisTransform of the x-Axis
as a new AxisTransformBusinessCalendar.
The BusinessCalendar used is the configured default.xBusinessTime in interface Axes
Figure xBusinessTime(BusinessCalendar calendar)
AxesxBusinessTime in interface Axes
calendar - business calendar of the AxisTransformBusinessCalendar
Figure xColor(String color)
AxesAxis
Figure xColor(com.illumon.iris.gui.color.Paint color)
AxesAxis
Figure xFormat(AxisFormat format)
AxesAxisFormat of the x-Axis
Figure xFormatPattern(String pattern)
AxesAxis
xFormatPattern in interface Axes
pattern - patternFigure xInvert()
AxesAxis so that larger values are closer to the origin.Figure xInvert(boolean invert)
Axesinvert is true, inverts the x-Axis so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure xLabel(String label)
AxesAxis
Figure xLabelFont(Font font)
AxesAxis label.xLabelFont in interface Axes
font - fontFigure xLabelFont(String family, String style, int size)
AxesAxis label.xLabelFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure xLog()
AxesAxisTransform of the x-Axis to log base 10Figure xMinorTicks(int count)
AxesAxis.
These minor ticks are equally spaced.xMinorTicks in interface Axes
count - number of minor ticks between consecutive major ticks.Figure xMinorTicksVisible(boolean visible)
AxesAxis minor ticks are visible.xMinorTicksVisible in interface Axes
visible - whether the minor ticks are visibleFigure xRange(double min, double max)
AxesAxis
Figure xTickLabelAngle(double angle)
AxesAxis are drawn at.xTickLabelAngle in interface Axes
angle - angle in degreesFigure xTicks(double[] tickLocations)
AxesAxis major ticks.Figure xTicks(double gapBetweenTicks)
AxesAxis major ticks.Figure xTicksFont(Font font)
AxesAxis ticks.xTicksFont in interface Axes
font - fontFigure xTicksFont(String family, String style, int size)
AxesAxis ticks.xTicksFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure xTicksVisible(boolean visible)
AxesAxis ticks are visible.xTicksVisible in interface Axes
visible - whether the ticks are visibleFigure xTransform(AxisTransform transform)
AxesAxisTransform of the x-Axis
xTransform in interface Axes
transform - transformFigure yBusinessTime()
AxesAxisTransform of the y-Axis
as a new AxisTransformBusinessCalendar.
The BusinessCalendar used is the configured default.yBusinessTime in interface Axes
Figure yBusinessTime(BusinessCalendar calendar)
AxesyBusinessTime in interface Axes
calendar - business calendar of the AxisTransformBusinessCalendar
Figure yColor(String color)
AxesAxis
Figure yColor(com.illumon.iris.gui.color.Paint color)
AxesAxis
Figure yFormat(AxisFormat format)
AxesAxisFormat of the y-Axis
Figure yFormatPattern(String pattern)
AxesAxis
yFormatPattern in interface Axes
pattern - patternFigure yInvert()
AxesAxis so that larger values are closer to the origin.Figure yInvert(boolean invert)
Axesinvert is true, inverts the y-Axis so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure yLabel(String label)
AxesAxis
Figure yLabelFont(Font font)
AxesAxis label.yLabelFont in interface Axes
font - fontFigure yLabelFont(String family, String style, int size)
AxesAxis label.yLabelFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure yLog()
AxesAxisTransform of the y-Axis to log base 10Figure yMinorTicks(int count)
AxesAxis.
These minor ticks are equally spaced.yMinorTicks in interface Axes
count - number of minor ticks between consecutive major ticks.Figure yMinorTicksVisible(boolean visible)
AxesAxis minor ticks are visible.yMinorTicksVisible in interface Axes
visible - whether the minor ticks are visibleFigure yRange(double min, double max)
AxesAxis
Figure yTickLabelAngle(double angle)
AxesAxis are drawn at.yTickLabelAngle in interface Axes
angle - angle in degreesFigure yTicks(double[] tickLocations)
AxesAxis major ticks.Figure yTicks(double gapBetweenTicks)
AxesAxis major ticks.Figure yTicksFont(Font font)
AxesAxis ticks.yTicksFont in interface Axes
font - fontFigure yTicksFont(String family, String style, int size)
AxesAxis ticks.yTicksFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure yTicksVisible(boolean visible)
AxesAxis ticks are visible.yTicksVisible in interface Axes
visible - whether the ticks are visibleFigure yTransform(AxisTransform transform)
AxesAxisTransform of the y-Axis
yTransform in interface Axes
transform - transformFigure zBusinessTime()
AxesAxisTransform of the z-Axis
as a new AxisTransformBusinessCalendar.
The BusinessCalendar used is the configured default.zBusinessTime in interface Axes
Figure zBusinessTime(BusinessCalendar calendar)
AxeszBusinessTime in interface Axes
calendar - business calendar of the AxisTransformBusinessCalendar
Figure zColor(String color)
AxesAxis
Figure zColor(com.illumon.iris.gui.color.Paint color)
AxesAxis
Figure zFormat(AxisFormat format)
AxesAxisFormat of the z-Axis
Figure zFormatPattern(String pattern)
AxesAxis
zFormatPattern in interface Axes
pattern - patternFigure zInvert()
AxesAxis so that larger values are closer to the origin.Figure zInvert(boolean invert)
Axesinvert is true, inverts the z-Axis so that larger values are closer to the origin.
If false, smaller values will be closer to the origin.Figure zLabel(String label)
AxesAxis
Figure zLabelFont(Font font)
AxesAxis label.zLabelFont in interface Axes
font - fontFigure zLabelFont(String family, String style, int size)
AxesAxis label.zLabelFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure zLog()
AxesAxisTransform of the z-Axis to log base 10Figure zMinorTicks(int count)
AxesAxis.
These minor ticks are equally spaced.zMinorTicks in interface Axes
count - number of minor ticks between consecutive major ticks.Figure zMinorTicksVisible(boolean visible)
AxesAxis minor ticks are visible.zMinorTicksVisible in interface Axes
visible - whether the minor ticks are visibleFigure zRange(double min, double max)
AxesAxis
Figure zTickLabelAngle(double angle)
AxesAxis are drawn at.zTickLabelAngle in interface Axes
angle - angle in degreesFigure zTicks(double[] tickLocations)
AxesAxis major ticks.Figure zTicks(double gapBetweenTicks)
AxesAxis major ticks.Figure zTicksFont(Font font)
AxesAxis ticks.zTicksFont in interface Axes
font - fontFigure zTicksFont(String family, String style, int size)
AxesAxis ticks.zTicksFont in interface Axes
family - font family; if null, set to Arialstyle - font style; if null, set to Font.FontStyle PLAINsize - the point size of the FontFigure zTicksVisible(boolean visible)
AxesAxis ticks are visible.zTicksVisible in interface Axes
visible - whether the ticks are visibleFigure zTransform(AxisTransform transform)
AxesAxisTransform of the z-Axis
zTransform in interface Axes
transform - transformFigure funcNPoints(int npoints)
XYDataSeriesFunctionfuncNPoints in interface XYDataSeriesFunction
npoints - number of pointsFigure funcRange(double xmin, double xmax)
XYDataSeriesFunctionfuncRange in interface XYDataSeriesFunction
xmin - range minimumxmax - range maximumFigure funcRange(double xmin, double xmax, double zmin, double zmax)
XYZDataSeriesFunctionfuncRange in interface XYZDataSeriesFunction
xmin - x-range minimumxmax - x-range maximumzmin - z-range minimumzmax - z-range maximumFigure funcRange(double xmin, double xmax, double zmin, double zmax, int npoints)
XYZDataSeriesFunctionfuncRange in interface XYZDataSeriesFunction
xmin - x-range minimumxmax - x-range maximumzmin - z-range minimumzmax - z-range maximumnpoints - number of data pointsFigure funcRange(double xmin, double xmax, int npoints)
XYDataSeriesFunctionfuncRange in interface XYDataSeriesFunction
xmin - range minimumxmax - range maximumnpoints - number of data pointsFigure gradientVisible(boolean visible)
DataSeriesgradientVisible in interface CategoryDataSeries
gradientVisible in interface CategoryDataSeries3D
gradientVisible in interface DataSeries
gradientVisible in interface DataSeries3D
visible - bar gradient visibilityFigure gradientVisible(boolean visible, Object... keys)
gradientVisible in interface MultiSeries
Figure group(int group)
CategoryDataSeriesgroup in interface CategoryDataSeries
group in interface CategoryDataSeries3D
Figure group(int group, Object... keys)
group in interface MultiSeries
Figure lineColor(com.illumon.iris.gui.color.Paint color)
DataSerieslineColor in interface CategoryDataSeries
lineColor in interface CategoryDataSeries3D
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - colorFigure lineColor(com.illumon.iris.gui.color.Paint color, Object... keys)
lineColor in interface MultiSeries
Figure lineColor(int color)
DataSerieslineColor in interface CategoryDataSeries
lineColor in interface CategoryDataSeries3D
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - color palette indexFigure lineColor(int color, Object... keys)
lineColor in interface MultiSeries
Figure lineColor(String color)
DataSerieslineColor in interface CategoryDataSeries
lineColor in interface CategoryDataSeries3D
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - colorFigure lineColor(String color, Object... keys)
lineColor in interface MultiSeries
Figure lineStyle(LineStyle style)
DataSerieslineStyle in interface CategoryDataSeries
lineStyle in interface CategoryDataSeries3D
lineStyle in interface DataSeries
lineStyle in interface DataSeries3D
style - styleFigure lineStyle(LineStyle style, Object... keys)
lineStyle in interface MultiSeries
Figure linesVisible(Boolean visible)
DataSerieslinesVisible in interface CategoryDataSeries
linesVisible in interface CategoryDataSeries3D
linesVisible in interface DataSeries
linesVisible in interface DataSeries3D
visible - line visibilityFigure linesVisible(Boolean visible, Object... keys)
linesVisible in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeries
pointColor in interface XYZDataSeries
sds - selectable data setcolumnName - column in sds
Figure pointColor(SelectableDataSet sds, String columnName, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the SelectableDataSet
sds to the Paint specified in the valueColumn of sds.
The valueColumn may be a column of Paints or ints/Integers.
For example,
Key Value
A Color.color("red")
B Color.color("blue")
the data point "A" would have point color red and "B" would be blue.
Key Value
A 1
B 2
the data point "A" would have the 1-indexed point color in the color pallete,
and "B" would be the 2-indexed color.pointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying PaintsFigure pointColor(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn , zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.pointColor in interface CategoryDataSeries3D
sds - selectable data setxCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in sds, specifying point sizesFigure pointColor(Table t, String columnName)
XYDataSeriesPaint
in column columnName at row i.
Points outside of these indices use the default size.pointColor in interface XYDataSeries
pointColor in interface XYZDataSeries
t - tablecolumnName - column in t
Figure pointColor(Table t, String columnName, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Table t, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the table t to the Paint
specified in the valueColumn of t.
The valueColumn may be a column of Paints or ints/Integers.
For example,
Key Value
A Color.color("red")
B Color.color("blue")
the data point "A" would have point color red and "B" would be blue.
Key Value
A 1
B 2
the data point "A" would have the 1-indexed point color in the color pallete,
and "B" would be the 2-indexed color.pointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying PaintsFigure pointColor(Table t, String keyColumn, String valueColumn, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn , zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.pointColor in interface CategoryDataSeries3D
t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesFigure pointColor(com.illumon.iris.gui.color.Paint color)
DataSeriespointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorFigure pointColor(com.illumon.iris.gui.color.Paint color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(com.illumon.iris.gui.color.Paint... colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColor in interface XYDataSeries
colors - colorsFigure pointColor(com.illumon.iris.gui.color.Paint[] colors, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(int color)
DataSeriespointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorFigure pointColor(int color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(int... colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColor in interface XYDataSeries
colors - color palette indicesFigure pointColor(int[] colors, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Comparable category, com.illumon.iris.gui.color.Paint color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
category - data pointcolor - colorFigure pointColor(Comparable category, com.illumon.iris.gui.color.Paint color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Comparable category, int color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
category - data pointcolor - index of the color in the series color paletteFigure pointColor(Comparable category, int color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Comparable category, String color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
category - data pointcolor - colorFigure pointColor(Comparable category, String color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(Comparable xCategory, Comparable zCategory, com.illumon.iris.gui.color.Paint color)
CategoryDataSeries3DPaint for the specified data point (xCategory, zCategory).pointColor in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categorycolor - paintFigure pointColor(Comparable xCategory, Comparable zCategory, int color)
CategoryDataSeries3DPaint for the specified data point (xCategory, zCategory).pointColor in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categorycolor - index of the paint in the series color paletteFigure pointColor(Comparable xCategory, Comparable zCategory, String color)
CategoryDataSeries3DPaint for the specified data point (xCategory, zCategory).pointColor in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categorycolor - paintFigure pointColor(Integer... colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColor in interface XYDataSeries
colors - color palette indicesFigure pointColor(Integer[] colors, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(String color)
DataSeriespointColor in interface CategoryDataSeries
pointColor in interface CategoryDataSeries3D
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorFigure pointColor(String color, Object... keys)
pointColor in interface MultiSeries
Figure pointColor(String... colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColor in interface XYDataSeries
colors - colorsFigure pointColor(String[] colors, Object... keys)
pointColor in interface MultiSeries
Figure pointColorInteger(IndexableData<Integer> colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColorInteger in interface XYDataSeries
colors - color palette indicesFigure pointColorInteger(IndexableData<Integer> colors, Object... keys)
pointColorInteger in interface MultiSeries
Figure pointLabel(IndexableData<?> labels)
XYDataSerieslabels.pointLabel in interface XYDataSeries
labels - labelsFigure pointLabel(IndexableData<?> labels, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeries
pointLabel in interface XYZDataSeries
sds - selectable data setcolumnName - column nameFigure pointLabel(SelectableDataSet sds, String columnName, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the SelectableDataSet sds
to the label specified in the valueColumn of t.pointLabel in interface CategoryDataSeries
pointLabel in interface CategoryDataSeries3D
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying labelsFigure pointLabel(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.pointLabel in interface CategoryDataSeries3D
sds - selectable data setxCategoriesColumn - column in sds, specifying x-axis categories valuezCategoriesColumn - column in sds, specifying z-axis categories valuevalueColumn - column in sds, specifying point sizesFigure pointLabel(Table t, String columnName)
XYDataSeriescolumnName at row i.pointLabel in interface XYDataSeries
pointLabel in interface XYZDataSeries
t - tablecolumnName - column nameFigure pointLabel(Table t, String columnName, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(Table t, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the table t to the label
specified in the valueColumn of t.pointLabel in interface CategoryDataSeries
pointLabel in interface CategoryDataSeries3D
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying labelsFigure pointLabel(Table t, String keyColumn, String valueColumn, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.pointLabel in interface CategoryDataSeries3D
t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesFigure pointLabel(Comparable category, Object label)
CategoryDataSeriespointLabel in interface CategoryDataSeries
pointLabel in interface CategoryDataSeries3D
category - category valuelabel - labelFigure pointLabel(Comparable category, Object label, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(Comparable xCategory, Comparable zCategory, Object label)
CategoryDataSeries3DpointLabel in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categorylabel - labelFigure pointLabel(Object label)
DataSeriespointLabel in interface CategoryDataSeries3D
pointLabel in interface DataSeries
pointLabel in interface DataSeries3D
pointLabel in interface XYZDataSeries
label - labelFigure pointLabel(Object label, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabel(Object... labels)
XYDataSerieslabels.pointLabel in interface XYDataSeries
labels - labelsFigure pointLabel(Object[] labels, Object... keys)
pointLabel in interface MultiSeries
Figure pointLabelFormat(String format)
DataSeriespointLabelFormat in interface CategoryDataSeries3D
pointLabelFormat in interface DataSeries
pointLabelFormat in interface DataSeries3D
pointLabelFormat in interface XYZDataSeries
format - formatFigure pointLabelFormat(String format, Object... keys)
pointLabelFormat in interface MultiSeries
Figure pointShape(IndexableData<String> shapes)
XYDataSeriesshapes.pointShape in interface XYDataSeries
shapes - shapesFigure pointShape(IndexableData<String> shapes, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.pointShape in interface XYDataSeries
sds - selectable data setcolumnName - column nameFigure pointShape(SelectableDataSet sds, String columnName, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the SelectableDataSet sds
to the shape specified in the valueColumn of t.pointShape in interface CategoryDataSeries
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying shapesFigure pointShape(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(Table t, String columnName)
XYDataSeriescolumnName at row i.pointShape in interface XYDataSeries
t - tablecolumnName - column nameFigure pointShape(Table t, String columnName, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(Table t, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the table t to the shape
specified in the valueColumn of t.pointShape in interface CategoryDataSeries
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying shapesFigure pointShape(Table t, String keyColumn, String valueColumn, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(com.illumon.iris.gui.shape.Shape shape)
DataSeriespointShape in interface DataSeries
shape - shapeFigure pointShape(com.illumon.iris.gui.shape.Shape shape, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(com.illumon.iris.gui.shape.Shape... shapes)
XYDataSeriespointShapes.pointShape in interface XYDataSeries
shapes - shapesFigure pointShape(com.illumon.iris.gui.shape.Shape[] shapes, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(groovy.lang.Closure<String> shapes)
CategoryDataSeriesshapes to determine the shape for input categories.pointShape in interface CategoryDataSeries
shapes - closure used to determine point shapesFigure pointShape(groovy.lang.Closure<String> shapes, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(Comparable category, com.illumon.iris.gui.shape.Shape shape)
CategoryDataSeriespointShape in interface CategoryDataSeries
category - category valueshape - shapeFigure pointShape(Comparable category, com.illumon.iris.gui.shape.Shape shape, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(Comparable category, String shape)
CategoryDataSeriespointShape in interface CategoryDataSeries
category - category valueshape - shapeFigure pointShape(Comparable category, String shape, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(String shape)
DataSeriespointShape in interface DataSeries
shape - shapeFigure pointShape(String shape, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(String... shapes)
XYDataSeriesshapes.pointShape in interface XYDataSeries
shapes - shapesFigure pointShape(String[] shapes, Object... keys)
pointShape in interface MultiSeries
Figure pointShape(Function<Comparable,String> shapes)
CategoryDataSeriesshapes to determine the shape for input categories.pointShape in interface CategoryDataSeries
shapes - function used to determine point shapesFigure pointShape(Function<Comparable,String> shapes, Object... keys)
pointShape in interface MultiSeries
Figure pointSize(IndexableData<Double> factors)
XYDataSeriesfactors.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
factors - factors to multiply the default size (1) byFigure pointSize(IndexableData<Double> factors, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
pointSize in interface XYZDataSeries
sds - selectable data setcolumnName - column in sds
Figure pointSize(SelectableDataSet sds, String columnName, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the table sds to the factor
specified in the valueColumn of sds.pointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying point sizesFigure pointSize(SelectableDataSet sds, String keyColumn, String valueColumn, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.pointSize in interface CategoryDataSeries3D
sds - selectable data setxCategoriesColumn - column in sds, specifying x-axis categories valuezCategoriesColumn - column in sds, specifying z-axis categories valuevalueColumn - column in sds, specifying point sizesFigure pointSize(Table t, String columnName)
XYDataSeriescolumnName at row i.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
pointSize in interface XYZDataSeries
t - tablecolumnName - column in t
Figure pointSize(Table t, String columnName, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Table t, String keyColumn, String valueColumn)
CategoryDataSerieskeyColumn of the table t to the factor
specified in the valueColumn of t.pointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying point sizesFigure pointSize(Table t, String keyColumn, String valueColumn, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
CategoryDataSeries3DxCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.pointSize in interface CategoryDataSeries3D
t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesFigure pointSize(double factor)
DataSeriespointSize in interface CategoryDataSeries3D
pointSize in interface DataSeries
pointSize in interface DataSeries3D
pointSize in interface XYZDataSeries
factor - point sizeFigure pointSize(double... factors)
XYDataSeriesfactors.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
factors - factors to multiply the default size (1) byFigure pointSize(double[] factors, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(int factor)
DataSeriespointSize in interface CategoryDataSeries3D
pointSize in interface DataSeries
pointSize in interface DataSeries3D
pointSize in interface XYZDataSeries
factor - point sizeFigure pointSize(int... factors)
XYDataSeriesfactors.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
factors - factors to multiply the default size (1) byFigure pointSize(int[] factors, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Comparable category, double factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
category - data pointfactor - factor to multiply the default size (1) byFigure pointSize(Comparable category, double factor, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Comparable category, int factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
category - data pointfactor - factor to multiply the default size (1) byFigure pointSize(Comparable category, int factor, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Comparable category, Number factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
category - data pointfactor - factor to multiply the default size (1) byFigure pointSize(Comparable category, Number factor, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Comparable category, long factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
pointSize in interface CategoryDataSeries3D
category - data pointfactor - factor to multiply the default size (1) byFigure pointSize(Comparable category, long factor, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(Comparable xCategory, Comparable zCategory, double factor)
CategoryDataSeries3DpointSize in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, int factor)
CategoryDataSeries3DxCategory, zCategory).pointSize in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, Number factor)
CategoryDataSeries3DxCategory, zCategory).pointSize in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byFigure pointSize(Comparable xCategory, Comparable zCategory, long factor)
CategoryDataSeries3DxCategory, zCategory).pointSize in interface CategoryDataSeries3D
xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byFigure pointSize(Number factor)
DataSeriespointSize in interface CategoryDataSeries3D
pointSize in interface DataSeries
pointSize in interface DataSeries3D
pointSize in interface XYZDataSeries
factor - point sizeFigure pointSize(Number factor, Object... keys)
pointSize in interface MultiSeries
Figure pointSize(long factor)
DataSeriespointSize in interface CategoryDataSeries3D
pointSize in interface DataSeries
pointSize in interface DataSeries3D
pointSize in interface XYZDataSeries
factor - point sizeFigure pointSize(long... factors)
XYDataSeriesfactors.
Points outside of these indices use the default size.pointSize in interface XYDataSeries
factors - factors to multiply the default size (1) byFigure pointSize(long[] factors, Object... keys)
pointSize in interface MultiSeries
Figure pointsVisible(Boolean visible)
DataSeriespointsVisible in interface CategoryDataSeries
pointsVisible in interface CategoryDataSeries3D
pointsVisible in interface DataSeries
pointsVisible in interface DataSeries3D
visible - point visibilityFigure pointsVisible(Boolean visible, Object... keys)
pointsVisible in interface MultiSeries
Figure seriesColor(com.illumon.iris.gui.color.Paint color)
DataSeriesseriesColor in interface DataSeries
seriesColor in interface DataSeries3D
color - colorFigure seriesColor(com.illumon.iris.gui.color.Paint color, Object... keys)
seriesColor in interface MultiSeries
Figure seriesColor(int color)
DataSeriesseriesColor in interface DataSeries
seriesColor in interface DataSeries3D
color - colorFigure seriesColor(int color, Object... keys)
seriesColor in interface MultiSeries
Figure seriesColor(String color)
DataSeriesseriesColor in interface DataSeries
seriesColor in interface DataSeries3D
color - colorFigure seriesColor(String color, Object... keys)
seriesColor in interface MultiSeries
Figure seriesNamingFunction(SerializableFunction<Object,String> namingFunction)
MultiSeriesseriesNamingFunction in interface MultiSeries
namingFunction - series naming functionFigure seriesNamingFunction(groovy.lang.Closure<String> namingFunction)
MultiSeriesseriesNamingFunction in interface MultiSeries
namingFunction - series naming closureFigure toolTipPattern(String format)
DataSeriestoolTipPattern in interface DataSeries
toolTipPattern in interface DataSeries3D
format - formatFigure toolTipPattern(String format, Object... keys)
toolTipPattern in interface MultiSeries
Figure xToolTipPattern(String format)
DataSeriesxToolTipPattern in interface CategoryDataSeries3D
xToolTipPattern in interface DataSeries
xToolTipPattern in interface DataSeries3D
xToolTipPattern in interface XYZDataSeries
format - formatFigure xToolTipPattern(String format, Object... keys)
xToolTipPattern in interface MultiSeries
Figure yToolTipPattern(String format)
DataSeriesyToolTipPattern in interface CategoryDataSeries3D
yToolTipPattern in interface DataSeries
yToolTipPattern in interface DataSeries3D
yToolTipPattern in interface XYZDataSeries
format - formatFigure yToolTipPattern(String format, Object... keys)
yToolTipPattern in interface MultiSeries
Figure zToolTipPattern(String format)
DataSeries3DzToolTipPattern in interface CategoryDataSeries3D
zToolTipPattern in interface DataSeries3D
zToolTipPattern in interface XYZDataSeries
format - format<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Map<CATEGORY,COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColor in interface CategoryDataSeries
CATEGORY - type of the categorical dataCOLOR - type of color for the pointscolors - map from data points to their Paints<CATEGORY extends Comparable,COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Map<CATEGORY,COLOR> colors, Object... keys)
pointColor in interface MultiSeries
<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY,COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColorInteger in interface CategoryDataSeries
CATEGORY - type of the categorical dataCOLOR - type of color for the pointscolors - map from data points to the index of the color palette<CATEGORY extends Comparable,COLOR extends Integer> Figure pointColorInteger(Map<CATEGORY,COLOR> colors, Object... keys)
pointColorInteger in interface MultiSeries
<CATEGORY extends Comparable,LABEL> Figure pointLabel(Map<CATEGORY,LABEL> labels)
CategoryDataSerieslabels to determine the label for each category in labels.pointLabel in interface CategoryDataSeries
CATEGORY - type of the categorical dataLABEL - data type of the point labelslabels - map used to determine point labels<CATEGORY extends Comparable,LABEL> Figure pointLabel(Map<CATEGORY,LABEL> labels, Object... keys)
pointLabel in interface MultiSeries
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] factors)
CategoryDataSeriesfactors sets the size of the
i-th data point in categories.pointSize in interface CategoryDataSeries
CATEGORY - type of the categorical dataNUMBER - data type of the point sizescategories - data pointsfactors - factors to multiply the default size (1) by<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(CATEGORY[] categories, NUMBER[] factors, Object... keys)
pointSize in interface MultiSeries
<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY,NUMBER> factors)
CategoryDataSeriesfactors to determine the point sizes for the specified data points.pointSize in interface CategoryDataSeries
CATEGORY - type of the categorical dataNUMBER - data type of the point sizesfactors - map used to set sizes of specific data points<CATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(Map<CATEGORY,NUMBER> factors, Object... keys)
pointSize in interface MultiSeries
<CATEGORY extends Comparable> Figure pointShape(Map<CATEGORY,String> shapes)
CategoryDataSeriesshapes to determine the shape for each category in shapes.pointShape in interface CategoryDataSeries
CATEGORY - type of the categorical datashapes - map used to determine point shapes<CATEGORY extends Comparable> Figure pointShape(Map<CATEGORY,String> shapes, Object... keys)
pointShape in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, double[] factors)
CategoryDataSeriesfactors sets the size of the
i-th data point in categories.pointSize in interface CategoryDataSeries
CATEGORY - type of the categorical datacategories - data pointsfactors - factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, double[] factors, Object... keys)
pointSize in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, int[] factors)
CategoryDataSeriesfactors sets the size of the
i-th data point in categories.pointSize in interface CategoryDataSeries
CATEGORY - type of the categorical datacategories - data pointsfactors - factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, int[] factors, Object... keys)
pointSize in interface MultiSeries
<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, long[] factors)
CategoryDataSeriesfactors sets the size of the
i-th data point in categories.pointSize in interface CategoryDataSeries
CATEGORY - type of the categorical datacategories - data pointsfactors - factors to multiply the default size (1) by<CATEGORY extends Comparable> Figure pointSize(CATEGORY[] categories, long[] factors, Object... keys)
pointSize in interface MultiSeries
<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(groovy.lang.Closure<COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColor in interface CategoryDataSeries
COLOR - type of input for the closurecolors - closure from data points to their Paints<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(groovy.lang.Closure<COLOR> colors, Object... keys)
pointColor in interface MultiSeries
<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(BiFunction<Comparable,Comparable,COLOR> colors)
CategoryDataSeries3Dpaints to determine point Paint.pointColor in interface CategoryDataSeries3D
COLOR - type of color for the pointscolors - BinaryFunction from data points to their Paints<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Function<Comparable,COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColor in interface CategoryDataSeries
COLOR - type of color for the pointscolors - function from data points to their Paints<COLOR extends com.illumon.iris.gui.color.Paint> Figure pointColor(Function<Comparable,COLOR> colors, Object... keys)
pointColor in interface MultiSeries
<COLOR extends Integer> Figure pointColorInteger(groovy.lang.Closure<COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColorInteger in interface CategoryDataSeries
COLOR - type of color palette indicescolors - closure from data points to the index of the color palette<COLOR extends Integer> Figure pointColorInteger(groovy.lang.Closure<COLOR> colors, Object... keys)
pointColorInteger in interface MultiSeries
<COLOR extends Integer> Figure pointColorInteger(BiFunction<Comparable,Comparable,COLOR> colors)
CategoryDataSeries3Dcolors to determine colors.pointColorInteger in interface CategoryDataSeries3D
COLOR - type of colorcolors - Binary function representing color at (xCategory, zCategory)<COLOR extends Integer> Figure pointColorInteger(Function<Comparable,COLOR> colors)
CategoryDataSeriescolors to determine point Paint.pointColorInteger in interface CategoryDataSeries
COLOR - type of color for the pointscolors - function from data points to the index of the color palette<COLOR extends Integer> Figure pointColorInteger(Function<Comparable,COLOR> colors, Object... keys)
pointColorInteger in interface MultiSeries
<LABEL> Figure pointLabel(groovy.lang.Closure<LABEL> labels)
CategoryDataSerieslabels to determine the label for input categories.pointLabel in interface CategoryDataSeries
LABEL - data type of the point labelslabels - closure used to determine point labels<LABEL> Figure pointLabel(groovy.lang.Closure<LABEL> labels, Object... keys)
pointLabel in interface MultiSeries
<LABEL> Figure pointLabel(BiFunction<Comparable,Comparable,LABEL> labels)
CategoryDataSeries3Dlabels to determine point label.pointLabel in interface CategoryDataSeries3D
LABEL - type of color for the pointslabels - BinaryFunction from data points to their labels<LABEL> Figure pointLabel(Function<Comparable,LABEL> labels)
CategoryDataSerieslabels to determine the label for input categories.pointLabel in interface CategoryDataSeries
LABEL - data type of the point labelslabels - function used to determine point labels<LABEL> Figure pointLabel(Function<Comparable,LABEL> labels, Object... keys)
pointLabel in interface MultiSeries
<NUMBER extends Number> Figure pointSize(groovy.lang.Closure<NUMBER> factors)
CategoryDataSeriesfactors to determine the point sizes for this dataset.pointSize in interface CategoryDataSeries
NUMBER - data type of the point sizesfactors - closure used to set sizes of data points<NUMBER extends Number> Figure pointSize(groovy.lang.Closure<NUMBER> factors, Object... keys)
pointSize in interface MultiSeries
<NUMBER extends Number> Figure pointSize(BiFunction<Comparable,Comparable,NUMBER> factors)
CategoryDataSeries3Dfactors to determine point size.pointSize in interface CategoryDataSeries3D
NUMBER - type of colorfactors - BinaryFunction from data points to their factors<NUMBER extends Number> Figure pointSize(Function<Comparable,NUMBER> factors)
CategoryDataSeriesfactors to determine the point sizes for this dataset.pointSize in interface CategoryDataSeries
NUMBER - data type of the point sizesfactors - function used to set sizes of data points<NUMBER extends Number> Figure pointSize(Function<Comparable,NUMBER> factors, Object... keys)
pointSize in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColor(IndexableData<T> colors)
XYDataSeriesPaint
in colors at index i.
Points outside of these indices use the default color.pointColor in interface XYDataSeries
T - data type of the colors
colors - colors<T extends com.illumon.iris.gui.color.Paint> Figure pointColor(IndexableData<T> colors, Object... keys)
pointColor in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(groovy.lang.Closure<T> colors)
DataSeriescolors to determine point Paint.
The functions input values are the y-value of the data point.pointColorByY in interface DataSeries
colors - function from the y-value of data points to Paint
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(groovy.lang.Closure<T> colors, Object... keys)
pointColorByY in interface MultiSeries
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(Function<Double,T> colors)
DataSeriescolors to determine point Paint.
The functions input values are the y-value of the data point.pointColorByY in interface DataSeries
colors - function from the y-value of data points to Paint
<T extends com.illumon.iris.gui.color.Paint> Figure pointColorByY(Function<Double,T> colors, Object... keys)
pointColorByY in interface MultiSeries
<T extends Number> Figure pointSize(T[] factors)
XYDataSeriesfactors.pointSize in interface XYDataSeries
T - data type of the factors
factors - factors to multiply the default size (1) by<T extends Number> Figure pointSize(T[] factors, Object... keys)
pointSize in interface MultiSeries
<XCATEGORY extends Comparable,ZCATEGORY extends Comparable,NUMBER extends Number> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, NUMBER[] factors)
CategoryDataSeries3D
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
pointSize in interface CategoryDataSeries3D
XCATEGORY - type of the xCategories dataZCATEGORY - type of the zCategories dataNUMBER - data type of the point sizesxCategories - x-axis categorieszCategories - z-axis categoriesfactors - factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, double[] factors)
CategoryDataSeries3D
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
pointSize in interface CategoryDataSeries3D
XCATEGORY - type of the xCategories dataZCATEGORY - type of the zCategories dataxCategories - x-axis categorieszCategories - z-axis categoriesfactors - factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, int[] factors)
CategoryDataSeries3D
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
pointSize in interface CategoryDataSeries3D
XCATEGORY - type of the xCategories dataZCATEGORY - type of the zCategories dataxCategories - x-axis categorieszCategories - z-axis categoriesfactors - factors to multiply the default size<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> Figure pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, long[] factors)
CategoryDataSeries3D
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
pointSize in interface CategoryDataSeries3D
XCATEGORY - type of the xCategories dataZCATEGORY - type of the zCategories dataxCategories - x-axis categorieszCategories - z-axis categoriesfactors - factors to multiply the default size