|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChartProcessingException | |
|---|---|
| org.pentaho.chart | |
| org.pentaho.chart.plugin | |
| Uses of ChartProcessingException in org.pentaho.chart |
|---|
| Methods in org.pentaho.chart that throw ChartProcessingException | |
|---|---|
static InputStream |
ChartBeanFactory.createChart(Object[][] queryResults,
ChartModel chartModel,
int width,
int height,
IOutput.OutputTypes outputType)
|
static InputStream |
ChartBeanFactory.createChart(Object[][] queryResults,
Number scalingFactor,
boolean convertNullsToZero,
int rangeColumnIndex,
int domainColumnIdx,
int categoryColumnIdx,
ChartModel chartModel,
int width,
int height,
IOutput.OutputTypes outputType)
|
| Uses of ChartProcessingException in org.pentaho.chart.plugin |
|---|
| Methods in org.pentaho.chart.plugin that throw ChartProcessingException | |
|---|---|
static IChartPlugin |
ChartPluginFactory.getInstance()
Creates an instance of the IChartPlugin as defined in the chart.properties document if one doesn't already exist. |
static IChartPlugin |
ChartPluginFactory.getInstance(String className)
Returns an instance of the IChartPlugin from the className. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||