Uses of Interface
wt.query.template.ChartRasterizer.ChartFactory

Packages that use ChartRasterizer.ChartFactory
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
 

Uses of ChartRasterizer.ChartFactory in wt.query.template
 

Methods in wt.query.template with parameters of type ChartRasterizer.ChartFactory
static void ChartRasterizer.writeImage(ChartRasterizer.ChartFactory chartFactory, TableModel data, int width, int height, Locale locale, String imageFormatName, OutputStream outputStream, boolean paintAll)
          Write chart defined by 'chartFactory' and 'data' to 'outputStream'.
static void ChartRasterizer.writeImage(ChartRasterizer.ChartFactory chartFactory, TableModel data, int width, int height, Locale locale, String imageFormatName, OutputStream outputStream, boolean paintAll)
          Write chart defined by 'chartFactory' and 'data' to 'outputStream'.