All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCChartConverter
java.lang.Object
|
+----jclass.chart.JCChartConverter
- public class JCChartConverter
- extends Object
-
JCChartConverter()
- Conversion utility used to save and load parameters.
-
toAxis(JCChart, String, JCAxis)
- Convert an axis name into an axis by looking in the hashtable
for matching key
-
toAxisName(JCChart, String, String)
-
-
toDataIndex(JCChart, String, JCDataIndex)
-
-
toDataView(JCChart, String, ChartDataView)
-
-
toDataViewName(JCChart, String, String)
-
-
toSeries(ChartDataView, String, ChartDataViewSeries)
-
JCChartConverter
public JCChartConverter()
- Conversion utility used to save and load parameters.
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
toAxisName
public String toAxisName(JCChart chart,
String s,
String def)
toDataViewName
public String toDataViewName(JCChart chart,
String s,
String def)
toDataView
public ChartDataView toDataView(JCChart chart,
String s,
ChartDataView def)
toSeries
public ChartDataViewSeries toSeries(ChartDataView view,
String s,
ChartDataViewSeries def)
toDataIndex
public JCDataIndex toDataIndex(JCChart chart,
String s,
JCDataIndex def)
All Packages Class Hierarchy This Package Previous Next Index