Interface IPieDonutRenderPassData
Defines the interface to a PieDonutRenderPassData, the data used in a single render pass by PieDonutRenderableSeriesBase derived types.
Namespace:
Assembly: .dll
Syntax
public interface IPieDonutRenderPassData extends ICleanable, IDisposable
Methods
getLock()
Gets a synchronization object used to lock this render pass data
Declaration
public abstract IReadWriteLock getLock()
Returns
| Type | Description |
|---|---|
| IReadWriteLock | The lock for this render pass data |
isValid()
Gets a value, indicating whether current render pass data is valid.
Declaration
public abstract boolean isValid()
Returns
| Type | Description |
|---|---|
| boolean | True if this render pass data is valid. |
onBeginDataUpdate()
Begins update of this render pass data.
Declaration
public abstract void onBeginDataUpdate()
onEndDataUpdate()
Ends update of this render pass data.
Declaration
public abstract void onEndDataUpdate()
segmentsCount()
Gets the amount of segments in this render pass data.
Declaration
public abstract int segmentsCount()
Returns
| Type | Description |
|---|---|
| int | The amount of segments in this render pass data. |