public abstract class XyzRenderPassData extends XyRenderPassData
XyzRenderableSeriesBase
Modifier and Type | Field and Description |
---|---|
com.scichart.core.model.FloatValues |
zCoords |
com.scichart.core.model.DoubleValues |
zValues |
yCoords, yValues
indices, xCoords, xValues
lock, viewportSize, xCoordCalc, xPointRange, yCoordCalc
Constructor and Description |
---|
XyzRenderPassData() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
protected void |
updateCoords(int size)
Updates pixels coordinates stored in this render pass data
|
protected abstract void |
updateZCoords(int size) |
pointsCount
getLock, getViewportSize, getXCoordinateCalculator, getYCoordinateCalculator, isDataEvenlySpaced, isDataSortedAscending, isValid, isValidForUpdate, isVerticalChart, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.DoubleValues zValues
public final com.scichart.core.model.FloatValues zCoords
public void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class XyRenderPassData
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class XyRenderPassData
protected void updateCoords(int size)
updateCoords
in class XyRenderPassData
size
- The amount of points to updateprotected abstract void updateZCoords(int size)