wt.query.template
Interface Chartable
- All Known Implementing Classes:
- ChartCreater
- public interface Chartable
process
public Component process(TableModel inTable,
int inWidth,
int inHeight,
String options,
NodeList a_parameters,
Locale a_locale)
- Creates a Component.
Implement this method to create the chart of your choice.
- Returns:
- Component The chart Component that was created.
convert
public TableModel convert(NodeList a_results,
String options,
NodeList a_parameters,
Locale a_locale)
throws WTException
- Throws:
WTException