|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChartModel in org.pentaho.chart |
---|
Methods in org.pentaho.chart with parameters of type ChartModel | |
---|---|
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 ChartModel in org.pentaho.chart.model |
---|
Methods in org.pentaho.chart.model with parameters of type ChartModel | |
---|---|
void |
Theme.applyTo(ChartModel chartModel)
|
Uses of ChartModel in org.pentaho.chart.model.util |
---|
Methods in org.pentaho.chart.model.util that return ChartModel | |
---|---|
static ChartModel |
ChartSerializer.deSerialize(String input,
ChartSerializer.ChartSerializationFormat inputFormat)
|
Methods in org.pentaho.chart.model.util with parameters of type ChartModel | |
---|---|
static String |
ChartSerializer.serialize(ChartModel model,
ChartSerializer.ChartSerializationFormat outputFormat)
|
Uses of ChartModel in org.pentaho.chart.plugin |
---|
Methods in org.pentaho.chart.plugin with parameters of type ChartModel | |
---|---|
IOutput |
IChartPlugin.renderChartDocument(ChartModel chartDocumentContext,
IChartDataModel data)
|
Uses of ChartModel in org.pentaho.chart.plugin.jfreechart |
---|
Methods in org.pentaho.chart.plugin.jfreechart with parameters of type ChartModel | |
---|---|
IOutput |
JFreeChartFactoryEngine.makeChart(ChartModel chartModel,
IChartDataModel chartDataModel)
|
IOutput |
JFreeChartPlugin.renderChartDocument(ChartModel chartModel,
IChartDataModel data)
|
Uses of ChartModel in org.pentaho.chart.plugin.openflashchart |
---|
Methods in org.pentaho.chart.plugin.openflashchart with parameters of type ChartModel | |
---|---|
ofc4j.model.Chart |
OpenFlashChartFactoryEngine.makeAreaChart(ChartModel chartModel,
CategoricalDataModel chartTableModel)
|
ofc4j.model.Chart |
OpenFlashChartFactoryEngine.makeBarChart(ChartModel chartModel,
CategoricalDataModel dataModel)
|
IOutput |
OpenFlashChartFactoryEngine.makeChart(ChartModel chartModel,
IChartDataModel chartTableModel)
|
ofc4j.model.Chart |
OpenFlashChartFactoryEngine.makeLineChart(ChartModel chartModel,
CategoricalDataModel chartTableModel)
|
ofc4j.model.Chart |
OpenFlashChartFactoryEngine.makePieChart(ChartModel chartModel,
NamedValuesDataModel chartTableModel)
|
IOutput |
OpenFlashChartPlugin.renderChartDocument(ChartModel chartModel,
IChartDataModel chartTableModel)
|
Uses of ChartModel in org.pentaho.chart.plugin.xml |
---|
Methods in org.pentaho.chart.plugin.xml with parameters of type ChartModel | |
---|---|
IOutput |
XmlChartPlugin.renderChartDocument(ChartModel chartModel,
IChartDataModel data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |