Class Summary |
Application |
A client application that allows chart expressions to be submitted and
drawn directly. |
CentreLayout |
A layout manager that displays a single component in the centre of its
container. |
ChartApplet |
An applet that displays charts that can be configured using the
Google Chart API. |
ChartEngine |
The chart engine contains the code that reads the chart parameters and
returns a corresponding JFreeChart instance. |
ChartServlet |
A servlet that returns a chart as a PNG image. |
DataUtilities |
A utility class for reading data that uses the Google chart encoding. |
GSeriesLabelGenerator |
A series label generator that ignores the series keys and just returns
the strings specified in the constructor. |
Parameters |
A utility class that parses a string into a Map containing
the parameters for a chart. |