Search Results for

    Show / Hide Table of Contents

    Class RenderPassStateCore

    Inheritance
    java.lang.Object
    DisposableBase
    RenderPassStateCore
    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 abstract class RenderPassStateCore extends DisposableBase

    Constructors

    RenderPassStateCore()

    Declaration
    public RenderPassStateCore()

    Methods

    addError(String errorMessage)

    Adds error message to publish in the end of current render pass

    Declaration
    public void addError(String errorMessage)
    Parameters
    Type Name Description
    String errorMessage

    The error to publish

    addWarning(String warningMessage)

    Adds warning message to publish in the end of current render pass

    Declaration
    public void addWarning(String warningMessage)
    Parameters
    Type Name Description
    String warningMessage

    The message to publish

    dispose()

    Declaration
    public void dispose()

    getErrors()

    Gets the list of error messages for current render pass

    Declaration
    public final List<String> getErrors()
    Returns
    Type Description
    List<String>

    The list of errors

    getWarnings()

    Gets the list of warnings messages for current render pass

    Declaration
    public final List<String> getWarnings()
    Returns
    Type Description
    List<String>

    The list of warnings

    notifyDataRangeChanged(IAxisCore axis)

    Schedules notification of IAxisCore about data range changed event in the end of current render pass

    Declaration
    public final void notifyDataRangeChanged(IAxisCore axis)
    Parameters
    Type Name Description
    IAxisCore axis

    The axis to notify

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