Package com.googlecode.charts4j

Interface Summary
AxisLabels Type that describes the labels that appear on the axes.
BarChartPlot Encapsulates data and plot decorations that will be rendered in a BarChart.
Fill Tag interface for all chart and background fills.
GChart Top level interface for all charts.
GraphChart Interface for all charts that support legend positions.
GridChart Interface for all charts that support grids.
Line Encapsulates data and plot decorations that will be rendered in a LineChart.
Marker Top level marker interface for LineCharts, XYLineCharts, ScatterPlots, BarCharts, and RadarCharts.
Plot Top level plot interface.
PoliticalBoundary Political boundaries on planet Earth that are supported by the Google Chart API.
RadarPlot Encapsulates data and plot decorations that will be rendered in a RadarChart.
RadialAxisLabels Radial axis labels specifically for RadarCharts.
ScatterPlotData Encapsulates data and plot decorations that will be rendered in a ScatterPlot.
TitledChart Interface for all charts that support titles.
XYLine Encapsulates data and plot decorations that will be rendered in a XYLineChart.
 

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 Markers.
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 LineCharts, XYLines, and RadarPlots.
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 LineCharts, XYLineCharts, RadarCharts, ScatterPlots, and BarCharts.
Slice Slice of pie for a PieChart.
TextMarker Text markers for LineCharts, XYLineCharts, RadarChart s, ScatterPlots, and BarCharts.
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.
 

Enum Summary
AxisTextAlignment Enumeration for specifying position of label with respect to axis tick mark.
Country.Code Country code.
Country.Name Country names.
DataEncoding Specify the data encoding to supply to the Google Chart API.
GeographicalArea The geographical area enumeration that must be supplied for GCharts.newMapChart(GeographicalArea).
LegendPosition Enumeration for specifying legend position.
Priority Determines the order in which the chart elements (ex: shape markers) are drawn.
Shape Enumeration for specifying shape of ShapeMarker.
USAState.Code USA state name code.
USAState.Name USA State name.