public interface CategoryDataSeries3D extends DataSeries3D, CategoryDataSeries
Comparable, called xCategories and zCategories, respectively.| Modifier and Type | Method and Description |
|---|---|
CategoryDataSeries3D |
gradientVisible(boolean visible)
Sets whether bar gradients are visible.
|
CategoryDataSeries3D |
group(int group)
Sets the group for this dataset.
|
CategoryDataSeries3D |
lineColor(int color)
Defines the default line color.
|
CategoryDataSeries3D |
lineColor(com.illumon.iris.gui.color.Paint color)
Defines the default line color.
|
CategoryDataSeries3D |
lineColor(String color)
Defines the default line color.
|
CategoryDataSeries3D |
lineStyle(LineStyle style)
Sets the line style.
|
CategoryDataSeries3D |
linesVisible(Boolean visible)
Sets whether lines are visible.
|
<COLOR extends com.illumon.iris.gui.color.Paint> |
pointColor(BiFunction<Comparable,Comparable,COLOR> colors)
Uses the binary function
paints to determine point Paint. |
CategoryDataSeries3D |
pointColor(Comparable xCategory,
Comparable zCategory,
int color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
CategoryDataSeries3D |
pointColor(Comparable xCategory,
Comparable zCategory,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
CategoryDataSeries3D |
pointColor(Comparable xCategory,
Comparable zCategory,
String color)
Sets the point
Paint for the specified data point (xCategory, zCategory). |
CategoryDataSeries3D |
pointColor(Comparable category,
int color)
Sets the point
Paint for the specified data point. |
CategoryDataSeries3D |
pointColor(Comparable category,
com.illumon.iris.gui.color.Paint color)
Sets the point
Paint for the specified data point. |
CategoryDataSeries3D |
pointColor(Comparable category,
String color)
Sets the point
Paint for the specified data point. |
CategoryDataSeries3D |
pointColor(int color)
Defines the default point color.
|
CategoryDataSeries3D |
pointColor(com.illumon.iris.gui.color.Paint color)
Defines the default point color.
|
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
pointColor(String color)
Defines the default point color.
|
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
<COLOR extends Integer> |
pointColorInteger(BiFunction<Comparable,Comparable,COLOR> colors)
Uses binary function
colors to determine colors. |
<LABEL> CategoryDataSeries3D |
pointLabel(BiFunction<Comparable,Comparable,LABEL> labels)
Uses the binary function
labels to determine point label. |
CategoryDataSeries3D |
pointLabel(Comparable xCategory,
Comparable zCategory,
Object label)
Sets the default label for the specified data point.
|
CategoryDataSeries3D |
pointLabel(Comparable category,
Object label)
Sets the default label for the specified data point.
|
CategoryDataSeries3D |
pointLabel(Object label)
Defines the default label for points in this dataset.
|
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
pointLabelFormat(String format)
Sets the point label format.
|
<NUMBER extends Number> |
pointSize(BiFunction<Comparable,Comparable,NUMBER> factors)
Uses the binary function
factors to determine point size. |
CategoryDataSeries3D |
pointSize(Comparable xCategory,
Comparable zCategory,
double factor)
Sets the default point size for the specified data point.
|
CategoryDataSeries3D |
pointSize(Comparable xCategory,
Comparable zCategory,
int factor)
Sets the default point size for the specified data point (
xCategory, zCategory). |
CategoryDataSeries3D |
pointSize(Comparable xCategory,
Comparable zCategory,
long factor)
Sets the default point size for the specified data point (
xCategory, zCategory). |
CategoryDataSeries3D |
pointSize(Comparable xCategory,
Comparable zCategory,
Number factor)
Sets the point size for the specified data point (
xCategory, zCategory). |
CategoryDataSeries3D |
pointSize(Comparable category,
double factor)
Sets the default point size for the specified data point.
|
CategoryDataSeries3D |
pointSize(Comparable category,
int factor)
Sets the default point size for the specified data point.
|
CategoryDataSeries3D |
pointSize(Comparable category,
long factor)
Sets the default point size for the specified data point.
|
CategoryDataSeries3D |
pointSize(Comparable category,
Number factor)
Sets the point size for the specified data point.
|
CategoryDataSeries3D |
pointSize(double factor)
Gets the default point size.
|
CategoryDataSeries3D |
pointSize(int factor)
Gets the default point size.
|
CategoryDataSeries3D |
pointSize(long factor)
Gets the default point size.
|
CategoryDataSeries3D |
pointSize(Number factor)
Gets the default point size.
|
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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. |
CategoryDataSeries3D |
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.
|
CategoryDataSeries3D |
pointsVisible(Boolean visible)
Sets whether points are visible.
|
CategoryDataSeries3D |
xToolTipPattern(String format)
Sets the x-value tooltip format.
|
CategoryDataSeries3D |
yToolTipPattern(String format)
Sets the y-value tooltip format.
|
CategoryDataSeries3D |
zToolTipPattern(String format)
Sets the z-value tooltip format.
|
seriesColor, seriesColor, seriesColor, toolTipPattern
pointColor, pointColor, pointColor, pointColorInteger, pointColorInteger, pointColorInteger, pointLabel, pointLabel, pointLabel, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize, pointSize
pointColorByY, pointColorByY, pointShape, pointShape
CategoryDataSeries3D group(int group)
CategoryDataSeriesgroup in interface CategoryDataSeries
CategoryDataSeries3D linesVisible(Boolean visible)
DataSeries3DlinesVisible in interface CategoryDataSeries
linesVisible in interface DataSeries
linesVisible in interface DataSeries3D
visible - line visibilityCategoryDataSeries3D pointsVisible(Boolean visible)
DataSeries3DpointsVisible in interface CategoryDataSeries
pointsVisible in interface DataSeries
pointsVisible in interface DataSeries3D
visible - point visibilityCategoryDataSeries3D gradientVisible(boolean visible)
DataSeries3DgradientVisible in interface CategoryDataSeries
gradientVisible in interface DataSeries
gradientVisible in interface DataSeries3D
visible - bar gradient visibilityCategoryDataSeries3D lineColor(com.illumon.iris.gui.color.Paint color)
DataSeries3DlineColor in interface CategoryDataSeries
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - colorCategoryDataSeries3D lineColor(int color)
DataSeries3DlineColor in interface CategoryDataSeries
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - color palette indexCategoryDataSeries3D lineColor(String color)
DataSeries3DlineColor in interface CategoryDataSeries
lineColor in interface DataSeries
lineColor in interface DataSeries3D
color - colorCategoryDataSeries3D lineStyle(LineStyle style)
DataSeries3DlineStyle in interface CategoryDataSeries
lineStyle in interface DataSeries
lineStyle in interface DataSeries3D
style - styleCategoryDataSeries3D pointColor(com.illumon.iris.gui.color.Paint color)
DataSeries3DpointColor in interface CategoryDataSeries
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorCategoryDataSeries3D pointColor(int color)
DataSeries3DpointColor in interface CategoryDataSeries
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorCategoryDataSeries3D pointColor(String color)
DataSeries3DpointColor in interface CategoryDataSeries
pointColor in interface DataSeries
pointColor in interface DataSeries3D
color - colorCategoryDataSeries3D pointColor(Comparable category, com.illumon.iris.gui.color.Paint color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
category - data pointcolor - colorCategoryDataSeries3D pointColor(Comparable category, int color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
category - data pointcolor - index of the color in the series color paletteCategoryDataSeries3D pointColor(Comparable category, String color)
CategoryDataSeriesPaint for the specified data point.pointColor in interface CategoryDataSeries
category - data pointcolor - colorCategoryDataSeries3D pointColor(Comparable xCategory, Comparable zCategory, com.illumon.iris.gui.color.Paint color)
Paint for the specified data point (xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categorycolor - paintCategoryDataSeries3D pointColor(Comparable xCategory, Comparable zCategory, int color)
Paint for the specified data point (xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categorycolor - index of the paint in the series color paletteCategoryDataSeries3D pointColor(Comparable xCategory, Comparable zCategory, String color)
Paint for the specified data point (xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categorycolor - paintCategoryDataSeries3D 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
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying PaintsCategoryDataSeries3D pointColor(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn , zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesCategoryDataSeries3D pointColor(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn , zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.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 sizesCategoryDataSeries3D 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
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying Paints<COLOR extends com.illumon.iris.gui.color.Paint> CategoryDataSeries3D pointColor(BiFunction<Comparable,Comparable,COLOR> colors)
paints to determine point Paint.COLOR - type of color for the pointscolors - BinaryFunction from data points to their PaintsCategoryDataSeries3D pointLabel(Object label)
DataSeries3DpointLabel in interface DataSeries
pointLabel in interface DataSeries3D
label - labelCategoryDataSeries3D pointLabel(Comparable category, Object label)
CategoryDataSeriespointLabel in interface CategoryDataSeries
category - category valuelabel - labelCategoryDataSeries3D pointLabel(Comparable xCategory, Comparable zCategory, Object label)
xCategory - x-axis categoryzCategory - z-axis categorylabel - labelCategoryDataSeries3D 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
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying labelsCategoryDataSeries3D pointLabel(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesCategoryDataSeries3D 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
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying labelsCategoryDataSeries3D pointLabel(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.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 sizes<LABEL> CategoryDataSeries3D pointLabel(BiFunction<Comparable,Comparable,LABEL> labels)
labels to determine point label.LABEL - type of color for the pointslabels - BinaryFunction from data points to their labelsCategoryDataSeries3D pointSize(int factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeCategoryDataSeries3D pointSize(long factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeCategoryDataSeries3D pointSize(double factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeCategoryDataSeries3D pointSize(Number factor)
DataSeries3DpointSize in interface DataSeries
pointSize in interface DataSeries3D
factor - point sizeCategoryDataSeries3D pointSize(Comparable category, int factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
category - data pointfactor - factor to multiply the default size (1) byCategoryDataSeries3D pointSize(Comparable category, long factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
category - data pointfactor - factor to multiply the default size (1) byCategoryDataSeries3D pointSize(Comparable category, double factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
category - data pointfactor - factor to multiply the default size (1) byCategoryDataSeries3D pointSize(Comparable category, Number factor)
CategoryDataSeriespointSize in interface CategoryDataSeries
category - data pointfactor - factor to multiply the default size (1) byCategoryDataSeries3D pointSize(Comparable xCategory, Comparable zCategory, int factor)
xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byCategoryDataSeries3D pointSize(Comparable xCategory, Comparable zCategory, long factor)
xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byCategoryDataSeries3D pointSize(Comparable xCategory, Comparable zCategory, double factor)
xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size byCategoryDataSeries3D pointSize(Comparable xCategory, Comparable zCategory, Number factor)
xCategory, zCategory).xCategory - x-axis categoryzCategory - z-axis categoryfactor - factor to multiply the default size by<XCATEGORY extends Comparable,ZCATEGORY extends Comparable> CategoryDataSeries3D pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, int[] factors)
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
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> CategoryDataSeries3D pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, double[] factors)
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
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> CategoryDataSeries3D pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, long[] factors)
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
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,NUMBER extends Number> CategoryDataSeries3D pointSize(XCATEGORY[] xCategories, ZCATEGORY[] zCategories, NUMBER[] factors)
The i-th factor in factors sets the size of the
i-th data point in (xCategories, zCategories).
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 sizeCategoryDataSeries3D 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
t - tablekeyColumn - column in t, specifying category valuesvalueColumn - column in t, specifying point sizesCategoryDataSeries3D pointSize(Table t, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn, zCategoriesColumn) of the table t to the factor
specified in the valueColumn of t.t - tablexCategoriesColumn - column in t, specifying x-axis categories valuezCategoriesColumn - column in t, specifying z-axis categories valuevalueColumn - column in t, specifying point sizesCategoryDataSeries3D 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
sds - selectable data setkeyColumn - column in sds, specifying category valuesvalueColumn - column in sds, specifying point sizesCategoryDataSeries3D pointSize(SelectableDataSet sds, String xCategoriesColumn, String zCategoriesColumn, String valueColumn)
xCategoriesColumn, zCategoriesColumn) of the table sds to the factor
specified in the valueColumn of sds.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 sizes<NUMBER extends Number> CategoryDataSeries3D pointSize(BiFunction<Comparable,Comparable,NUMBER> factors)
factors to determine point size.NUMBER - type of colorfactors - BinaryFunction from data points to their factors<COLOR extends Integer> CategoryDataSeries3D pointColorInteger(BiFunction<Comparable,Comparable,COLOR> colors)
colors to determine colors.COLOR - type of colorcolors - Binary function representing color at (xCategory, zCategory)CategoryDataSeries3D pointLabelFormat(String format)
DataSeries3DUse {0} where the data series name should be inserted, {1} for the x-value and {2} y-value e.g. "{0}: ({1}, {2})" will display as Series1: (2.0, 5.5).
pointLabelFormat in interface DataSeries
pointLabelFormat in interface DataSeries3D
format - formatCategoryDataSeries3D xToolTipPattern(String format)
DataSeries3DxToolTipPattern in interface DataSeries
xToolTipPattern in interface DataSeries3D
format - formatCategoryDataSeries3D yToolTipPattern(String format)
DataSeries3DyToolTipPattern in interface DataSeries
yToolTipPattern in interface DataSeries3D
format - formatCategoryDataSeries3D zToolTipPattern(String format)
DataSeries3DzToolTipPattern in interface DataSeries3D
format - format