public interface XYDataSeries extends DataSeries
DataSeries
with two numerical components, x and y.
Data points are numbered and are accessed with an index.Modifier and Type | Method and Description |
---|---|
<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. |
XYDataSeries |
pointColor(int... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
XYDataSeries |
pointColor(Integer... colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
XYDataSeries |
pointColor(com.illumon.iris.gui.color.Paint... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
XYDataSeries |
pointColor(SelectableDataSet sds,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
XYDataSeries |
pointColor(String... colors)
Sets the point color for data point i as
Paint
in colors at index i. |
XYDataSeries |
pointColor(Table t,
String columnName)
Sets the point color for data point i as
Paint
in column columnName at row i. |
XYDataSeries |
pointColorInteger(IndexableData<Integer> colors)
Sets the point color for data point i as the color palette
Paint
in colors at index i. |
XYDataSeries |
pointLabel(IndexableData<?> labels)
Defines the labels for all indices in
labels . |
XYDataSeries |
pointLabel(Object... labels)
Defines the labels for all indices in
labels . |
XYDataSeries |
pointLabel(SelectableDataSet sds,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
XYDataSeries |
pointLabel(Table t,
String columnName)
Defines the label for data point i as the label in
column
columnName at row i. |
XYDataSeries |
pointShape(IndexableData<String> shapes)
Defines the shapes for all indices in
shapes . |
XYDataSeries |
pointShape(SelectableDataSet sds,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
XYDataSeries |
pointShape(com.illumon.iris.gui.shape.Shape... shapes)
Defines the pointShapes for all indices in
pointShapes . |
XYDataSeries |
pointShape(String... shapes)
Defines the shapes for all indices in
shapes . |
XYDataSeries |
pointShape(Table t,
String columnName)
Defines the shape for data point i as the shape in
column
columnName at row i. |
XYDataSeries |
pointSize(double... factors)
Sets the point size for all indices in
factors . |
XYDataSeries |
pointSize(IndexableData<Double> factors)
Sets the point size for all indices in
factors . |
XYDataSeries |
pointSize(int... factors)
Sets the point size for all indices in
factors . |
XYDataSeries |
pointSize(long... factors)
Sets the point size for all indices in
factors . |
XYDataSeries |
pointSize(SelectableDataSet sds,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
<T extends Number> |
pointSize(T[] factors)
Sets the point size for all indices in
factors . |
XYDataSeries |
pointSize(Table t,
String columnName)
Sets the point size for data point i as factor
in column
columnName at row i. |
gradientVisible, lineColor, lineColor, lineColor, lineStyle, linesVisible, pointColor, pointColor, pointColor, pointColorByY, pointColorByY, pointLabel, pointLabelFormat, pointShape, pointShape, pointSize, pointSize, pointSize, pointSize, pointsVisible, seriesColor, seriesColor, seriesColor, toolTipPattern, xToolTipPattern, yToolTipPattern
XYDataSeries pointSize(IndexableData<Double> factors)
factors
.
Points outside of these indices use the default size.factors
- factors to multiply the default size (1) byXYDataSeries pointSize(int... factors)
factors
.
Points outside of these indices use the default size.factors
- factors to multiply the default size (1) byXYDataSeries pointSize(long... factors)
factors
.
Points outside of these indices use the default size.factors
- factors to multiply the default size (1) byXYDataSeries pointSize(double... factors)
factors
.
Points outside of these indices use the default size.factors
- factors to multiply the default size (1) by<T extends Number> XYDataSeries pointSize(T[] factors)
factors
.T
- data type of the factors
factors
- factors to multiply the default size (1) byXYDataSeries pointSize(Table t, String columnName)
columnName
at row i.
Points outside of these indices use the default size.t
- tablecolumnName
- column in t
XYDataSeries pointSize(SelectableDataSet sds, String columnName)
columnName
at row i.
Points outside of these indices use the default size.sds
- selectable data setcolumnName
- column in sds
<T extends com.illumon.iris.gui.color.Paint> XYDataSeries pointColor(IndexableData<T> colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.T
- data type of the colors
colors
- colorsXYDataSeries pointColor(com.illumon.iris.gui.color.Paint... colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.colors
- colorsXYDataSeries pointColorInteger(IndexableData<Integer> colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.colors
- color palette indicesXYDataSeries pointColor(int... colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.colors
- color palette indicesXYDataSeries pointColor(Integer... colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.colors
- color palette indicesXYDataSeries pointColor(String... colors)
Paint
in colors
at index i.
Points outside of these indices use the default color.colors
- colorsXYDataSeries pointColor(Table t, String columnName)
Paint
in column columnName
at row i.
Points outside of these indices use the default size.t
- tablecolumnName
- column in t
XYDataSeries pointColor(SelectableDataSet sds, String columnName)
Paint
in column columnName
at row i.
Points outside of these indices use the default size.sds
- selectable data setcolumnName
- column in sds
XYDataSeries pointLabel(IndexableData<?> labels)
labels
.labels
- labelsXYDataSeries pointLabel(Object... labels)
labels
.labels
- labelsXYDataSeries pointLabel(Table t, String columnName)
columnName
at row i.t
- tablecolumnName
- column nameXYDataSeries pointLabel(SelectableDataSet sds, String columnName)
columnName
at row i.sds
- selectable data setcolumnName
- column nameXYDataSeries pointShape(IndexableData<String> shapes)
shapes
.shapes
- shapesXYDataSeries pointShape(String... shapes)
shapes
.shapes
- shapesXYDataSeries pointShape(com.illumon.iris.gui.shape.Shape... shapes)
pointShapes
.shapes
- shapesXYDataSeries pointShape(Table t, String columnName)
columnName
at row i.t
- tablecolumnName
- column nameXYDataSeries pointShape(SelectableDataSet sds, String columnName)
columnName
at row i.sds
- selectable data setcolumnName
- column name