public class XyzSeriesInfo3D<T extends XyzRenderableSeries3DBase> extends SeriesInfo3D<T>
Modifier and Type | Field and Description |
---|---|
int |
vertexId |
hitVertex, hitVertexCoords
Constructor and Description |
---|
XyzSeriesInfo3D(T renderableSeries) |
Modifier and Type | Method and Description |
---|---|
void |
update(HitTestInfo3D hitTestInfo) |
clear, formatXCursorValue, formatYCursorValue, formatZCursorValue, getFormattedXValue, getFormattedYValue, getFormattedZValue, getRenderableSeries
public XyzSeriesInfo3D(T renderableSeries)
public void update(HitTestInfo3D hitTestInfo)
update
in interface IHitTestInfoUpdatable3D
update
in class SeriesInfo3D<T extends XyzRenderableSeries3DBase>