public class PointData extends Object
Modifier and Type | Field and Description |
---|---|
List<Axis> |
axes
Axes that will be used to project the point.
|
List<? extends AxisRenderer> |
axisRenderers
Renderers for the axes that will be used to project the point.
|
int |
col
The index of the column in the row that contains the data value.
|
Row |
row
The data row that will get projected.
|
public final List<? extends AxisRenderer> axisRenderers
public final Row row
public final int col
public PointData(List<Axis> axes, List<? extends AxisRenderer> axisRenderers, Row row, int col)
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.col
- Index of the column in the row that contains the data value.Copyright © 2009-2013. All Rights Reserved.