|
For downloads, demos, and more
visit the Client-side GChart Home Page |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Classes in com.googlecode.gchart.client used by com.googlecode.gchart.client | |
|---|---|
| GChart
A GChart can represent and display a line chart, a bar chart, a pie chart, an area chart, or a chart that contains arbitrary combinations of line, bar, pie, and/or area based curves. |
|
| GChart.AnnotationLocation
Defines the location of a data point's annotation or hover annotation (which can be defined by either plain text, HTML, or a widget) relative to the location of that point's symbol. |
|
| GChart.Axis
Represents an axis of the chart, for example, the x, y, or y2 axis. |
|
| GChart.Curve
Represents a curve on a chart, which includes information such as the x,y coordinates of each point, the symbol used to represent points on the curve, etc. |
|
| GChart.Curve.Point
Represents a single point on one of the chart's curves. |
|
| GChart.Symbol
Defines a chart curve symbol. |
|
| GChart.SymbolType
Specifies the type of symbol used by a curve. |
|
| GChart.TickLocation
Defines keywords INSIDE, OUTSIDE, and CENTERED that specify the location of ticks relative to their axis. |
|
| GChart.TouchedPointUpdateOption
Defines how the update method updates the touched point, that is, the point the user is considered to be hovered over. |
|
| GChartCanvasFactory
By implementing this interface, and passing an instance of your class to setCanvasFactory, you can "teach" GChart how to create the canvas-based widgets it needs to render non-rectangular aspects of your charts (solid-fill pie slices, continuously connected lines, solidly filled areas) much faster and with significantly better quality. |
|
| GChartCanvasLite
Defines the features of a canvas (vector graphics) widget that (once you teach GChart how to create such widgets via the setCanvasFactory method) GChart can exploit to render your charts more quickly and with higher resolution. |
|
| HoverParameterInterpreter
Translates parameter names into plain text or HTML snippets that represent that parameter's value at a given, "hovered over", point. |
|
| HoverUpdateable
Defines the extra features that must be added to a Widget before it can be used to generate hover feedback. |
|
|
For downloads, demos, and more
visit the Client-side GChart Home Page |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||