public abstract class YSeriesRenderPassData3D extends SeriesRenderPassData3D
BaseRenderableSeries3D
which has Y dataModifier and Type | Field and Description |
---|---|
com.scichart.core.model.FloatValues |
yCoords |
com.scichart.core.model.DoubleValues |
yValues |
lock, xCoordCalc, yCoordCalc, zCoordCalc
Constructor and Description |
---|
YSeriesRenderPassData3D() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
dispose() |
int |
getPointsCount()
Gets the amount of points in this render pass data
|
protected void |
updateCoords(int size)
Updates pixels coordinates stored in this render pass data
|
getLock, getUpdateFlags, getXCoordinateCalculator, getYCoordinateCalculator, getZCoordinateCalculator, isValid, isValidForUpdate, onBeginDataUpdate, onEndDataUpdate
close, tryDispose, tryDispose, tryDispose, tryDispose
public final com.scichart.core.model.DoubleValues yValues
public final com.scichart.core.model.FloatValues yCoords
protected void updateCoords(int size)
updateCoords
in class SeriesRenderPassData3D
size
- The amount of points to updatepublic void clear()
clear
in interface com.scichart.core.framework.ICleanable
clear
in class SeriesRenderPassData3D
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
dispose
in class SeriesRenderPassData3D
public final int getPointsCount()