public interface ISeriesRenderer
Modifier and Type | Method and Description |
---|---|
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
- 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
Copyright © 2005-2008 Actuate Corp. All rights reserved.