From: Lora L. <Lor...@sa...> - 2004-04-23 13:48:45
|
I inherited some JCharts code from another developer and am trying to = subclass ChartType.java and AxisChart.java. The previous programmer = edited the JCharts source code which has now prevented me from using the = latest version. I have run into some problems especially with = ChartType.java. The constructor is private and thus I am unable to = subclass it. I am sure there is a reason for making it private but I am = hoping there is a solution for those who need to subclass ChartType. = With AxisChart, I am running into problems since all the classes = (AreaChart, BarChart, LineChart, etc) are abstract. I would appreciate = any help that can be provided. Thank you, Lora Lantzy |