Uses of Class
org.achartengine.chart.BarChart.Type

Packages that use BarChart.Type
org.achartengine The main classes, including the ChartFactory, GraphicalActivity and GraphicalView. 
org.achartengine.chart Provides the classes that handle the actual rendering / drawing of the charts, based on the provided model and renderer. 
 

Uses of BarChart.Type in org.achartengine
 

Methods in org.achartengine with parameters of type BarChart.Type
static android.content.Intent ChartFactory.getBarChartIntent(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Creates a bar chart intent that can be used to start the graphical view activity.
static android.content.Intent ChartFactory.getBarChartIntent(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type, java.lang.String activityTitle)
          Creates a bar chart intent that can be used to start the graphical view activity.
static GraphicalView ChartFactory.getBarChartView(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Creates a bar chart view.
static android.content.Intent ChartFactory.getRangeBarChartIntent(android.content.Context context, XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type, java.lang.String activityTitle)
          Creates a range bar 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.
 

Uses of BarChart.Type in org.achartengine.chart
 

Fields in org.achartengine.chart declared as BarChart.Type
protected  BarChart.Type BarChart.mType
          The chart type.
 

Methods in org.achartengine.chart that return BarChart.Type
static BarChart.Type BarChart.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BarChart.Type[] BarChart.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.achartengine.chart with parameters of type BarChart.Type
BarChart(XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Builds a new bar chart instance.
RangeBarChart(XYMultipleSeriesDataset dataset, XYMultipleSeriesRenderer renderer, BarChart.Type type)
          Builds a new range bar chart instance.
 



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