wt.query.template
Class ChartCreater

java.lang.Object
  extended bywt.query.template.ChartCreater
All Implemented Interfaces:
Chartable

public class ChartCreater
extends Object
implements Chartable

Implements Chartable. Creates a JChart Component.


Field Summary
private  com.symantec.itools.javax.swing.JChart jChart1
          The JChart Component.
 
Constructor Summary
ChartCreater()
          Default constructor.
 
Method Summary
 TableModel convert(NodeList a_results, String options, NodeList a_parameters, Locale a_locale)
           
 Component process(TableModel inTable, int inWidth, int inHeight, String options, NodeList a_parameters, Locale a_locale)
          Creates and returns a Component using the input parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jChart1

private com.symantec.itools.javax.swing.JChart jChart1
The JChart Component.

Constructor Detail

ChartCreater

public ChartCreater()
Default constructor.

Method Detail

process

public Component process(TableModel inTable,
                         int inWidth,
                         int inHeight,
                         String options,
                         NodeList a_parameters,
                         Locale a_locale)
Creates and returns a Component using the input parameters.

Specified by:
process in interface Chartable
Returns:
The Component that was created.

convert

public TableModel convert(NodeList a_results,
                          String options,
                          NodeList a_parameters,
                          Locale a_locale)
                   throws WTException
Specified by:
convert in interface Chartable
Throws:
WTException