de.erichseifert.gral.plots.points
Class PointData
- java.lang.Object
-
- de.erichseifert.gral.plots.points.PointData
-
public class PointData extends java.lang.ObjectClass for storing data that will be used to create a data point in a plot.
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<Axis>axesAxes that will be used to project the point.java.util.List<? extends AxisRenderer>axisRenderersRenderers for the axes that will be used to project the point.intcolThe index of the column in the row that contains the data value.intindexThe index of the row.RowrowThe data row that will get projected.
-
Constructor Summary
Constructors Constructor and Description PointData(java.util.List<Axis> axes, java.util.List<? extends AxisRenderer> axisRenderers, Row row, int rowIndex, int col)Initializes a new instance with the specified data.
-
-
-
Field Detail
-
axes
public final java.util.List<Axis> axes
Axes that will be used to project the point.
-
axisRenderers
public final java.util.List<? extends AxisRenderer> axisRenderers
Renderers for the axes that will be used to project the point.
-
index
public final int index
The index of the row.
-
row
public final Row row
The data row that will get projected.
-
col
public final int col
The index of the column in the row that contains the data value.
-
-
Constructor Detail
-
PointData
public PointData(java.util.List<Axis> axes, java.util.List<? extends AxisRenderer> axisRenderers, Row row, int rowIndex, int col)
Initializes a new instance with the specified data.- Parameters:
axes- Axes that are used to project the point.axisRenderers- Renderers for the axes.row- Data row containing that will be projected on the axes.rowIndex- Index of the row.col- Index of the column in the row that contains the data value.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG