Search Results for

    Show / Hide Table of Contents

    Class PieDonutRenderPassDataBase

    Defines PieDonutRenderPassDataBase, the data used in a single render pass by PieDonutRenderableSeriesBase derived types.

    Inheritance
    java.lang.Object
    DisposableBase
    renderableSeriesPieDonutRenderPassData
    PieDonutRenderPassDataBase
    Inherited Members
    renderableSeriesPieDonutRenderPassData.clear()
    renderableSeriesPieDonutRenderPassData.dispose()
    renderableSeriesPieDonutRenderPassData.getLock()
    renderableSeriesPieDonutRenderPassData.isValid()
    renderableSeriesPieDonutRenderPassData.onBeginDataUpdate()
    renderableSeriesPieDonutRenderPassData.onEndDataUpdate()
    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 PieDonutRenderPassDataBase extends renderableSeriesPieDonutRenderPassData

    Constructors

    PieDonutRenderPassDataBase()

    Declaration
    public PieDonutRenderPassDataBase()

    Fields

    center

    Declaration
    public final PointF center
    Field Value
    Type Description
    android.graphics.PointF

    degreesPerValue

    Declaration
    public float degreesPerValue
    Field Value
    Type Description
    float

    outerRadius

    Declaration
    public float outerRadius
    Field Value
    Type Description
    float

    segmentSpacing

    Declaration
    public float segmentSpacing
    Field Value
    Type Description
    float

    segments

    Declaration
    public final ArrayList<renderableSeriesPieSegmentRenderPassData> segments
    Field Value
    Type Description
    ArrayList<PieSegmentRenderPassData>

    startAngle

    Declaration
    public float startAngle
    Field Value
    Type Description
    float

    Methods

    clear()

    Declaration
    public void clear()
    Overrides
    PieDonutRenderPassData.clear()

    dispose()

    Declaration
    public void dispose()
    Overrides
    PieDonutRenderPassData.dispose()

    segmentsCount()

    Declaration
    public int segmentsCount()
    Returns
    Type Description
    int
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml