EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.google.chart.internal.AbstractChart

Packages that use AbstractChart
echopoint.google.chart Base package under which components wrappers for Google Chart API are organised. 
echopoint.google.chart.internal Package for internal use only classes supporting the public components around Google API. 
 

Uses of AbstractChart in echopoint.google.chart
 

Subclasses of AbstractChart in echopoint.google.chart
 class BarChart<N extends Number>
          Component wrapper for a Bar chart provided by Google Chart API.
 class LineChart<N extends Number>
          Component wrapper for a Line chart provided by Google Chart API.
 class Map
          Component wrapper for a Map provided by Google Chart API.
 class Meter
          Component wrapper for a Google-o-meter provided by Google Chart API.
 class PieChart<N extends Number>
          Component wrapper for a Pie chart provided by Google Chart API.
 class QRCode
          Component wrapper for a QR codes provided by Google Chart API.
 class RadarChart<N extends Number>
          Component wrapper for a Radar chart provided by Google Chart API.
 class ScatterPlot<N extends Number>
          Component wrapper for a Scatter Plot provided by Google Chart API.
 class Sparkline<N extends Number>
          Component wrapper for a Sparkline provided by Google Chart API.
 class VennDiagram
          Component wrapper for a Venn Diagram provided by Google Chart API.
 

Uses of AbstractChart in echopoint.google.chart.internal
 

Subclasses of AbstractChart in echopoint.google.chart.internal
 class AdvancedChart<N extends Number>
          An abstract base class for charts that support most of the configuration options supported by Google Chart API.
 class SimpleChart<N extends Number>
          An abstract base class for charts (pie chart, venn diagram) that support only a sub-set of the options supported by Google Chart API.
 


EchoPoint API - 3.0.0b5
App Webcontainer