Returns the underlying chart.
Returns the underlying chart.
Returns true if this chart is drawn with anti-aliasing.
Returns true if this chart is drawn with anti-aliasing.
Sets whether or not this chart is drawn with anti-aliasing.
Sets whether or not this chart is drawn with anti-aliasing.
Returns the paint used for the chart background.
Returns the paint used for the chart background.
Sets the paint used for the chart background.
Sets the paint used for the chart background.
Returns the chart as a byte encoded JPEG image.
Returns the chart as a byte encoded JPEG image.
dimension / geometry / width x height of the output
Returns the chart as a byte encoded PNG image.
Returns the chart as a byte encoded PNG image.
dimension / geometry / width x height of the output
Optionally returns this charts label generator.
Optionally returns this charts label generator.
Sets this charts label generator.
Sets this charts label generator.
Sets this charts label generator.
Sets this charts label generator.
Returns the plot.
Saves the chart as a JPEG image.
Saves the chart as a JPEG image.
the output file
dimension / geometry / width x height of the output
Saves the chart as a PDF.
Saves the chart as a PDF.
the output file
dimension / geometry / width x height of the output
handles mappings between Java AWT Fonts and PDF fonts
Saves the chart as a PNG image.
Saves the chart as a PNG image.
the output file
dimension / geometry / width x height of the output
Shows the chart in a window.
Shows the chart in a window.
the title of the enclosing frame
whether the enclosing panel is scrollable
Shows the chart in a window.
Shows the chart in a window.
Contains this charts subtitles and legends.
Returns the title of this chart.
Returns the title of this chart.
Sets the title of this chart.
Sets the title of this chart.
Wraps a frame around this chart.
Wraps a frame around this chart.
the title of the enclosing frame
whether the enclosing panel is scrollable
Wraps a panel around this chart.
Wraps a panel around this chart.
Optionally returns the tooltip generator.
Optionally returns the tooltip generator.
Optionally sets the tooltip generator.
Optionally sets the tooltip generator.
Sets the tooltip generator.
Sets the tooltip generator.
Writes the chart as a JPEG to an output stream.
Writes the chart as a JPEG to an output stream.
stream to where will be written
dimension / geometry / width x height of the output
Writes the chart as a PDF to an output stream.
Writes the chart as a PDF to an output stream.
stream to where will be written
dimension / geometry / width x height of the output
handles mappings between Java AWT Fonts and PDF fonts
Writes the chart as a PNG to an output stream.
Writes the chart as a PNG to an output stream.
stream to where will be written
dimension / geometry / width x height of the output
Represents categorized numeric data with a pie.