Uses of Interface
wt.query.template.Chartable

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

Uses of Chartable in wt.query.template
 

Classes in wt.query.template that implement Chartable
 class ChartCreater
          Implements Chartable.
 

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