public final class RenderOperationLayers
extends com.scichart.core.framework.DisposableBase
implements com.scichart.drawing.common.IDrawable
RenderOperationLayers.RenderOperationLayer
layers, which allow rendering operations to be posted to a layered queue for laterModifier and Type | Class and Description |
---|---|
static class |
RenderOperationLayers.RenderOperationLayer
A helper class which stores a queue of action operations to perform, intended to be used to queue rendering operations and re-arrange Z-order
|
Modifier and Type | Field and Description |
---|---|
static int |
AXIS_BANDS |
static int |
AXIS_MAJOR_GRID_LINES |
static int |
AXIS_MINOR_GRID_LINES |
static int |
RENDERABLE_SERIES |
Constructor and Description |
---|
RenderOperationLayers() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
RenderOperationLayers.RenderOperationLayer |
get(int layerId)
Gets the
RenderOperationLayers.RenderOperationLayer with specified layerId |
void |
onDraw(com.scichart.drawing.common.IRenderContext2D renderContext,
com.scichart.drawing.common.IAssetManager2D assetManager) |
public static final int AXIS_BANDS
public static final int AXIS_MINOR_GRID_LINES
public static final int AXIS_MAJOR_GRID_LINES
public static final int RENDERABLE_SERIES
public RenderOperationLayers.RenderOperationLayer get(int layerId)
RenderOperationLayers.RenderOperationLayer
with specified layerIdlayerId
- The layer idRenderOperationLayers.RenderOperationLayer
instanceAXIS_BANDS
,
AXIS_MINOR_GRID_LINES
,
AXIS_MAJOR_GRID_LINES
,
RENDERABLE_SERIES
public void dispose()
dispose
in interface com.scichart.core.framework.IDisposable
public void onDraw(com.scichart.drawing.common.IRenderContext2D renderContext, com.scichart.drawing.common.IAssetManager2D assetManager)
onDraw
in interface com.scichart.drawing.common.IDrawable