Uses of Class
org.pentaho.chart.plugin.api.PersistenceException

Packages that use PersistenceException
org.pentaho.chart   
org.pentaho.chart.plugin   
org.pentaho.chart.plugin.api   
org.pentaho.chart.plugin.jfreechart.outputs   
org.pentaho.chart.plugin.openflashchart.outputs   
org.pentaho.chart.plugin.xml   
 

Uses of PersistenceException in org.pentaho.chart
 

Methods in org.pentaho.chart that throw PersistenceException
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 PersistenceException in org.pentaho.chart.plugin
 

Methods in org.pentaho.chart.plugin that throw PersistenceException
static void OutputUtils.persistChart(IOutput output, String filePath, IOutput.OutputTypes fileType, int width, int height)
           
static void OutputUtils.persistMap(IOutput output, String filePath)
          Persists the current map to the filePath.
 

Uses of PersistenceException in org.pentaho.chart.plugin.api
 

Methods in org.pentaho.chart.plugin.api that throw PersistenceException
 OutputStream IOutput.persistChart(OutputStream outputStream, IOutput.OutputTypes fileType, int width, int height)
          Sends the current chart to the outputStream and formats it to the file of fileType.
 Writer IOutput.persistMap(Writer outputStream, String mapName)
          Persists the current Map to the outputStream using the mapname for the generated map.
 

Uses of PersistenceException in org.pentaho.chart.plugin.jfreechart.outputs
 

Methods in org.pentaho.chart.plugin.jfreechart.outputs that throw PersistenceException
 OutputStream JFreeChartOutput.persistChart(OutputStream outputStream, IOutput.OutputTypes fileType, int width, int height)
           
 Writer JFreeChartOutput.persistMap(Writer outputStream, String mapName)
           
 

Uses of PersistenceException in org.pentaho.chart.plugin.openflashchart.outputs
 

Methods in org.pentaho.chart.plugin.openflashchart.outputs that throw PersistenceException
 OutputStream OpenFlashChartOutput.persistChart(OutputStream outputStream, IOutput.OutputTypes fileType, int width, int height)
           
 Writer OpenFlashChartOutput.persistMap(Writer outputStream, String mapName)
           
 

Uses of PersistenceException in org.pentaho.chart.plugin.xml
 

Methods in org.pentaho.chart.plugin.xml that throw PersistenceException
 OutputStream XmlChartOutput.persistChart(OutputStream outputStream, IOutput.OutputTypes fileType, int width, int height)
           
 Writer XmlChartOutput.persistMap(Writer outputStream, String mapName)