wt.query.template
Interface ChartRasterizer.ChartFactory

Enclosing interface:
ChartRasterizer

public static interface ChartRasterizer.ChartFactory

Simplified version of Chartable interface providing just needed inputs here (may need extension).


Method Summary
 Component getChart(TableModel data, int width, int height, Locale locale)
           
 

Method Detail

getChart

public Component getChart(TableModel data,
                          int width,
                          int height,
                          Locale locale)
                   throws WTException
Throws:
WTException