|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISeriesRenderer
Defines the callback methods to be implemented by a custom series renderer to compute and render a specific series implementation.
| Method Summary | |
|---|---|
void |
compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
Sends out a first pass notification to the series renderer implementation to perform any necessary pre-computations prior to a second pass rendering. |
void |
renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
Notifies the series renderer to render a legend graphic element in the legend content that represents the series associated with the renderer. |
void |
renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh)
Notifies the series renderer to render itself in the provided plot area. |
| Method Detail |
|---|
void compute(Bounds bo,
Plot p,
ISeriesRenderingHints isrh)
throws ChartException
bo - p - isrh -
ChartException
void renderSeries(IPrimitiveRenderer ipr,
Plot p,
ISeriesRenderingHints isrh)
throws ChartException
ipr - p - isrh -
ChartException
void renderLegendGraphic(IPrimitiveRenderer ipr,
Legend lg,
Fill fPaletteEntry,
Bounds bo)
throws ChartException
ipr - lg - fPaletteEntry - bo -
ChartException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||