Interface | Description |
---|---|
IRenderSurfaceChangedListener |
Classes which implement
IRenderSurfaceChangedListener receive notifications about changing IRenderSurface in parent ISciChartSurface instance |
IUpdatable |
Defines the interface with methods for updating elements during render pass
|
Class | Description |
---|---|
RenderedMessage |
Published by
IRenderSurface immediately before the end of a render pass |
RenderOperationLayers |
A collection of
RenderOperationLayers.RenderOperationLayer layers, which allow rendering operations to be posted to a layered queue for later |
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
|
RenderPassState |
Defines a class which stores some data for current render pass
|
RenderSurfaceRenderer |
Default
IRenderSurfaceRenderer implementation used by SciChartSurface to render its content |
SciChartSurfaceExportUtil |
Helper class with some methods for export of
instance |