I'll try to keep this as limited on the details with a comprehensive understanding of what I'm trying to accomplish.
I wish to create a class called PCMDoc that has two basic members of a header and a root object. The root object will be of a basic tree type, nothing too complicated. The methods in this class will basically group and expose the elements of the tree.
This information will in turn be displayed in graphs and charts.
So here is my first question.... What util or java class can I use to have the most flexible use of graphing. 3D and such.
and #2, (forgive me for my ignorance) but would java beans be a better fit for this class?
Thanks,
Martin If the sky is blue and the Sun is yellow.... Why isn't the air Green?
I wish to create a class called PCMDoc that has two basic members of a header and a root object. The root object will be of a basic tree type, nothing too complicated. The methods in this class will basically group and expose the elements of the tree.
This information will in turn be displayed in graphs and charts.
So here is my first question.... What util or java class can I use to have the most flexible use of graphing. 3D and such.
and #2, (forgive me for my ignorance) but would java beans be a better fit for this class?
Thanks,
Martin If the sky is blue and the Sun is yellow.... Why isn't the air Green?