Method Summary |
|
final int | getGraphChartType() Gets the chart type, LABELS_BOTTOM. |
final public BufferedImage | getImage() Gets a buffered image of the chart. |
final TitledArea | getObjectArea() Gets the LBChartArea of this LBChart2D. |
final public Dimension | getPreferredSize() Gets the preferred size of the chart. |
final public void | pack() Causes the object to reinintialize to it's preferred size. |
final public void | paintComponent(Graphics g) Paints the chart. |
final public void | setPreferredSize(Dimension size) Sets a custom preferred size for the chart. |
final public boolean | validate(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. |