Search
FunnelRenderer.enumSegments Method
See Also
 






Enumerates the funnel segments using the specified RenderContext and ProcessSegment.
For internal use only.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

protected void enumSegments (
    RenderContext context,
    FunnelRenderer.ProcessSegment process
)

 Parameters

context

A RenderContext instance.

process

FunnelRenderer.ProcessSegment instance.

 See Also