Class Summary |
AbstractAxisChart |
Abstract type that is common to all charts with axes. |
AbstractGraphChart |
Abstract type for all charts that support legend positions. |
AbstractMarkableChart |
Abstract type that represents all charts that support Marker s. |
AxisLabelsFactory |
Static factory class for AxisLabels . |
AxisStyle |
Type for specifying axis styles. |
BarChart |
Bar chart constructed with the GCharts static factory class. |
BarChartPlot.DataLine |
Type for specifying a dataline sitting on top of the bar chart. |
Color |
RGB Color for all charts. |
Country |
A country on planet earth. |
Data |
Type that contains the numeric information that will be rendered in the
chart. |
DataUtil |
Perusing the
Google Chart API Group reveals that a lot of users and developers are
having difficulty scaling their data. |
Fills |
Static factory class for Fill hierarchy. |
GCharts |
Static factory class for GChart hierarchy. |
GoogleOMeter |
Google-o-meter constructed with the GCharts static factory class. |
LinearGradientFill |
Linear gradient fill. |
LinearStripesFill |
Linear stripes fill. |
LineChart |
Line chart constructed with the GCharts static factory class. |
LineStyle |
Class for specifying line styles on LineChart s, XYLine s,
and RadarPlot s. |
MapChart |
Map chart constructed with the GCharts static factory class. |
Markers |
Static factory class for Marker hierarchy. |
PieChart |
Pie chart constructed with the GCharts static factory class. |
Plots |
Static factory class for Plot hierarchy. |
RadarChart |
Radar chart constructed with the GCharts static factory class. |
ScatterPlot |
Scatter plot constructed with the GCharts static factory class. |
ShapeMarker |
Shape markers for LineChart s, XYLineChart s,
RadarChart s, ScatterPlot s, and BarChart s. |
Slice |
Slice of pie for a PieChart . |
TextMarker |
Text markers for LineChart s, XYLineChart s, RadarChart
s, ScatterPlot s, and BarChart s. |
TitledChart.ChartTitle |
A class to encapsulate chart titles. |
UrlUtil |
Small URL utility class. |
USAState |
A state in the USA. |
VennDiagram |
Venn diagram constructed with the
GCharts.newVennDiagram(double, double, double, double, double, double, double)
method. |
XYLineChart |
XY Line chart constructed with the GCharts static factory class. |