|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialRenderer | |
---|---|
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 DialRenderer in org.achartengine |
---|
Methods in org.achartengine with parameters of type DialRenderer | |
---|---|
static android.content.Intent |
ChartFactory.getDialChartIntent(android.content.Context context,
CategorySeries dataset,
DialRenderer renderer,
java.lang.String activityTitle)
Creates a dial chart intent that can be used to start the graphical view activity. |
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. |
Uses of DialRenderer in org.achartengine.chart |
---|
Constructors in org.achartengine.chart with parameters of type DialRenderer | |
---|---|
DialChart(CategorySeries dataset,
DialRenderer renderer)
Builds a new dial chart instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |