Uses of Class
org.achartengine.GraphicalView

Packages that use GraphicalView
org.achartengine The main classes, including the ChartFactory, GraphicalActivity and GraphicalView. 
 

Uses of GraphicalView in org.achartengine
 

Methods in org.achartengine that return GraphicalView
static GraphicalView ChartFactory.getBarChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Creates a bar chart view.
static GraphicalView ChartFactory.getBubbleChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)
          Creates a bubble chart view.
static GraphicalView ChartFactory.getCombinedXYChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, java.lang.String[] types)
          Creates a combined XY chart view.
static GraphicalView ChartFactory.getCubeLineChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, float smoothness)
          Creates a cubic line chart view.
static GraphicalView ChartFactory.getDialChartView(android.content.Context context, CategorySeries dataset, DialRenderer renderer)
          Creates a dial chart intent that can be used to start the graphical view activity.
static GraphicalView ChartFactory.getDoughnutChartView(android.content.Context context, MultipleCategorySeries dataset, DefaultRenderer renderer)
          Creates a doughnut chart intent that can be used to start the graphical view activity.
static GraphicalView ChartFactory.getLineChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)
          Creates a line chart view.
static GraphicalView ChartFactory.getPieChartView(android.content.Context context, CategorySeries dataset, DefaultRenderer renderer)
          Creates a pie chart intent that can be used to start the graphical view activity.
static GraphicalView ChartFactory.getRangeBarChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Creates a range bar chart view.
static GraphicalView ChartFactory.getScatterChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer)
          Creates a scatter chart view.
static GraphicalView ChartFactory.getTimeChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, java.lang.String format)
          Creates a time chart view.
 

Constructors in org.achartengine with parameters of type GraphicalView
TouchHandler(GraphicalView view, AbstractChart chart)
          Creates a new graphical view.
TouchHandlerOld(GraphicalView view, AbstractChart chart)
          Creates an implementation of the old version of the touch handler.
 



Copyright © 2009 - 2011 4ViewSoft. All Rights Reserved.