Search Results for

    Show / Hide Table of Contents

    Class RenderableSeriesCore

    Defines the base class for all RenderableSeries throughout the SciChart SDK

    Inheritance
    java.lang.Object
    RenderableSeriesCore
    Implements
    renderableSeries.IRenderableSeriesCore
    Inherited Members
    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 RenderableSeriesCore implements renderableSeries.IRenderableSeriesCore

    Constructors

    RenderableSeriesCore()

    Declaration
    protected RenderableSeriesCore()

    Fields

    invalidateElementCallback

    Declaration
    protected final InvalidatableElementCallback invalidateElementCallback
    Field Value
    Type Description
    InvalidatableElementCallback

    isSelectedProperty

    Declaration
    protected final SmartPropertyBoolean isSelectedProperty
    Field Value
    Type Description
    SmartPropertyBoolean

    isVisibleProperty

    Declaration
    protected final SmartPropertyBoolean isVisibleProperty
    Field Value
    Type Description
    SmartPropertyBoolean

    opacityProperty

    Declaration
    protected final SmartPropertyFloat opacityProperty
    Field Value
    Type Description
    SmartPropertyFloat

    services

    Declaration
    protected final AttachableServiceContainer services
    Field Value
    Type Description
    AttachableServiceContainer

    Methods

    addIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener listener)

    Add the listener which should be invoked if this series becomes selected/unselected

    Declaration
    public final void addIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener listener)
    Parameters
    Type Name Description
    renderableSeries.RenderableSeriesChangeListener listener

    addIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener listener)

    Add the listener which should be invoked if this series becomes visible/invisible

    Declaration
    public final void addIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener listener)
    Parameters
    Type Name Description
    renderableSeries.RenderableSeriesChangeListener listener

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services

    decrementSuspend()

    Declaration
    public void decrementSuspend()

    detach()

    Declaration
    public void detach()

    getIsSelected()

    Gets whether this series is selected

    Declaration
    public final boolean getIsSelected()
    Returns
    Type Description
    boolean

    getIsSuspended()

    Declaration
    public final boolean getIsSuspended()
    Returns
    Type Description
    boolean

    getIsVisible()

    Gets whether this series is visible when drawn

    Declaration
    public final boolean getIsVisible()
    Returns
    Type Description
    boolean

    getOpacity()

    Gets the opacity factor applied to IRenderableSeriesCore the when it is rendered on chart. Default opacity is 1.0. Expected values are between 0.0 and 1.0.

    Declaration
    public final float getOpacity()
    Returns
    Type Description
    float

    getSelectedSeriesStyle()

    Gets the IStyle which is applied when series is selected

    Declaration
    public final renderableSeries.IStyle getSelectedSeriesStyle()
    Returns
    Type Description
    renderableSeries.IStyle

    getServices()

    Declaration
    public final IServiceContainer getServices()
    Returns
    Type Description
    IServiceContainer

    getUpdateSuspenderCount()

    Declaration
    public final AtomicInteger getUpdateSuspenderCount()
    Returns
    Type Description
    AtomicInteger

    isAttached()

    Declaration
    public final boolean isAttached()
    Returns
    Type Description
    boolean

    removeIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener listener)

    Removes the listener which should invoke if this series become selected/unselected

    Declaration
    public final synchronized void removeIsSelectedChangeListener(renderableSeries.RenderableSeriesChangeListener listener)
    Parameters
    Type Name Description
    renderableSeries.RenderableSeriesChangeListener listener

    removeIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener listener)

    Removes the listener which should invoke if this series become visible/invisible

    Declaration
    public final synchronized void removeIsVisibleChangeListener(renderableSeries.RenderableSeriesChangeListener listener)
    Parameters
    Type Name Description
    renderableSeries.RenderableSeriesChangeListener listener

    resumeUpdates(IUpdateSuspender suspender)

    Declaration
    public void resumeUpdates(IUpdateSuspender suspender)
    Parameters
    Type Name Description
    IUpdateSuspender suspender

    setIsSelected(boolean isSelected)

    Sets whether this series is selected

    Declaration
    public final void setIsSelected(boolean isSelected)
    Parameters
    Type Name Description
    boolean isSelected

    setIsVisible(boolean isVisible)

    Sets whether this series is visible when drawn

    Declaration
    public final void setIsVisible(boolean isVisible)
    Parameters
    Type Name Description
    boolean isVisible

    setOpacity(float opacity)

    Sets the opacity factor applied to IRenderableSeriesCore the when it is rendered on chart. Default opacity is 1.0. Expected values are between 0.0 and 1.0.

    Declaration
    public final void setOpacity(float opacity)
    Parameters
    Type Name Description
    float opacity

    setSelectedSeriesStyle(renderableSeries.IStyle selectedSeriesStyle)

    Sets the IStyle which is applied when series is selected

    Declaration
    public final void setSelectedSeriesStyle(renderableSeries.IStyle selectedSeriesStyle)
    Parameters
    Type Name Description
    renderableSeries.IStyle selectedSeriesStyle

    suspendUpdates()

    Declaration
    public final IUpdateSuspender suspendUpdates()
    Returns
    Type Description
    IUpdateSuspender

    Implements

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