Search Results for

    Show / Hide Table of Contents

    Class RenderOperationLayers

    A collection of RenderOperationLayer layers, which allow rendering operations to be posted to a layered queue for later

    Inheritance
    java.lang.Object
    DisposableBase
    RenderOperationLayers
    Implements
    IDrawable
    Inherited Members
    DisposableBase.<T>tryDispose(SparseArray<T>)
    DisposableBase.<T>tryDispose(List<T>)
    DisposableBase.<T>tryDispose(Map<?,T>)
    DisposableBase.close()
    DisposableBase.tryDispose(IDisposable)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public final class RenderOperationLayers extends DisposableBase implements IDrawable

    Constructors

    RenderOperationLayers()

    Declaration
    public RenderOperationLayers()

    Fields

    AXIS_BANDS

    Declaration
    public static final int AXIS_BANDS
    Field Value
    Type Description
    int

    AXIS_MAJOR_GRID_LINES

    Declaration
    public static final int AXIS_MAJOR_GRID_LINES
    Field Value
    Type Description
    int

    AXIS_MINOR_GRID_LINES

    Declaration
    public static final int AXIS_MINOR_GRID_LINES
    Field Value
    Type Description
    int

    RENDERABLE_SERIES

    Declaration
    public static final int RENDERABLE_SERIES
    Field Value
    Type Description
    int

    Methods

    dispose()

    Declaration
    public void dispose()

    get(int layerId)

    Gets the RenderOperationLayer with specified layerId See Also: RenderOperationLayers#RENDERABLE_SERIES, RenderOperationLayers#AXIS_MINOR_GRID_LINES, RenderOperationLayers#AXIS_BANDS, RenderOperationLayers#AXIS_MAJOR_GRID_LINES

    Declaration
    public RenderOperationLayers.RenderOperationLayer get(int layerId)
    Parameters
    Type Name Description
    int layerId

    The layer id

    Returns
    Type Description
    RenderOperationLayers.RenderOperationLayer

    The RenderOperationLayer instance

    onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager)

    Declaration
    public void onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager)
    Parameters
    Type Name Description
    IRenderContext2D renderContext
    IAssetManager2D assetManager

    Implements

    IDrawable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml