Modifier and Type | Field and Description |
---|---|
PointData |
data
Axes and data values that were used to create the data point.
|
Drawable |
drawable
Drawable that will be used to render the data point.
|
Drawable |
labelDrawable
Drawable that will be used to render the value label.
|
PointND<Double> |
position
Position of the data point (n-dimensional).
|
Shape |
shape
Shape describing the data point.
|
public final PointData data
public final Drawable drawable
public final Shape shape
public final Drawable labelDrawable
public DataPoint(PointData data, PointND<Double> position, Drawable drawable, Shape shape, Drawable labelDrawable)
DataPoint
object with the specified position,
Drawable
, and shape.data
- Data that this point was created from.position
- Coordinates in view/screen units.drawable
- Visual representation.shape
- Geometric shape of the point.labelDrawable
- Visual representation of the value label.Copyright © 2009-2013. All Rights Reserved.