CartesianPlotRenderer, DonutRenderer, MeterGaugeRenderer, PieRendererpublic abstract class BasePlotRenderer extends Object
| Constructor | Description |
|---|---|
BasePlotRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
encodeData(javax.faces.context.FacesContext context,
Chart chart) |
|
protected void |
encodeOptions(javax.faces.context.FacesContext context,
Chart chart) |
|
protected String |
escapeChartData(Object value) |
|
void |
render(javax.faces.context.FacesContext context,
Chart chart) |
public void render(javax.faces.context.FacesContext context,
Chart chart)
throws IOException
IOExceptionprotected abstract void encodeData(javax.faces.context.FacesContext context,
Chart chart)
throws IOException
IOExceptionprotected void encodeOptions(javax.faces.context.FacesContext context,
Chart chart)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.