An abstract class for the common methods of GraphChart2D and PieChart2D.
These are methods for handling the Chart2DProperties object and the LegendProperties object.
Changes through its set methods are updated upon next repaint() or getImage() calls.
Constructor Summary
public
Chart2D() Creates a Chart2D object with its defaults.
updateChart2D() Updates this object with the settings from the properties objects.
final boolean
validateChart2D(boolean debug) Validates the properties of this object.
If debug is true then prints a messages indicating whether each property is valid.
Returns true if all the properties were valid and false otherwise.
Parameters: debug - If true then will print status messages.
Creates a Chart2D object with its defaults.
A Chart2DProperties object must be set for this object before it is used.
An LegendProperties object must be set for this object before it is used.
Updates this object with the settings from the properties objects.
validateChart2D
final boolean validateChart2D(boolean debug)(Code)
Validates the properties of this object.
If debug is true then prints a messages indicating whether each property is valid.
Returns true if all the properties were valid and false otherwise.
Parameters: debug - If true then will print status messages. If true then valid.
Fields inherited from net.sourceforge.chart2d.Object2D