public interface ISeriesRenderer
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
void compute(Bounds bo, Plot p, ISeriesRenderingHints isrh) throws ChartException
bo - p - isrh - ChartExceptionvoid renderSeries(IPrimitiveRenderer ipr, Plot p, ISeriesRenderingHints isrh) throws ChartException
ipr - p - isrh - ChartExceptionvoid renderLegendGraphic(IPrimitiveRenderer ipr, Legend lg, Fill fPaletteEntry, Bounds bo) throws ChartException
ipr - lg - fPaletteEntry - bo - ChartExceptionCopyright © 2005-2008 Actuate Corp. All rights reserved.