All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.JCChartConverter

java.lang.Object
   |
   +----jclass.chart.JCChartConverter

public class JCChartConverter
extends Object

Constructor Index

 o JCChartConverter()
Conversion utility used to save and load parameters.

Method Index

 o toAxis(JCChart, String, JCAxis)
Convert an axis name into an axis by looking in the hashtable for matching key
 o toAxisName(JCChart, String, String)
 o toDataIndex(JCChart, String, JCDataIndex)
 o toDataView(JCChart, String, ChartDataView)
 o toDataViewName(JCChart, String, String)
 o toSeries(ChartDataView, String, ChartDataViewSeries)

Constructors

 o JCChartConverter
 public JCChartConverter()
Conversion utility used to save and load parameters.

Methods

 o toAxis
 public JCAxis toAxis(JCChart chart,
                      String s,
                      JCAxis def)
Convert an axis name into an axis by looking in the hashtable for matching key

 o toAxisName
 public String toAxisName(JCChart chart,
                          String s,
                          String def)
 o toDataViewName
 public String toDataViewName(JCChart chart,
                              String s,
                              String def)
 o toDataView
 public ChartDataView toDataView(JCChart chart,
                                 String s,
                                 ChartDataView def)
 o toSeries
 public ChartDataViewSeries toSeries(ChartDataView view,
                                     String s,
                                     ChartDataViewSeries def)
 o toDataIndex
 public JCDataIndex toDataIndex(JCChart chart,
                                String s,
                                JCDataIndex def)

All Packages  Class Hierarchy  This Package  Previous  Next  Index