|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractChart | |
---|---|
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. |
org.achartengine.tools |
Uses of AbstractChart in org.achartengine |
---|
Constructors in org.achartengine with parameters of type AbstractChart | |
---|---|
GraphicalView(android.content.Context context,
AbstractChart chart)
Creates a new graphical view. |
|
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. |
Uses of AbstractChart in org.achartengine.chart |
---|
Subclasses of AbstractChart in org.achartengine.chart | |
---|---|
class |
BarChart
The bar chart rendering class. |
class |
BubbleChart
The bubble chart rendering class. |
class |
CombinedXYChart
The combined XY chart rendering class. |
class |
CubicLineChart
The interpolated (cubic) line chart rendering class. |
class |
DialChart
The dial chart rendering class. |
class |
DoughnutChart
The doughnut chart rendering class. |
class |
LineChart
The line chart rendering class. |
class |
PieChart
The pie chart rendering class. |
class |
RangeBarChart
The range bar chart rendering class. |
class |
RoundChart
An abstract class to be extended by round like chart rendering classes. |
class |
ScatterChart
The scatter chart rendering class. |
class |
TimeChart
The time chart rendering class. |
class |
XYChart
The XY chart rendering class. |
Uses of AbstractChart in org.achartengine.tools |
---|
Fields in org.achartengine.tools declared as AbstractChart | |
---|---|
protected AbstractChart |
AbstractTool.mChart
The chart. |
Constructors in org.achartengine.tools with parameters of type AbstractChart | |
---|---|
AbstractTool(AbstractChart chart)
Abstract tool constructor. |
|
FitZoom(AbstractChart chart)
Builds an instance of the fit zoom tool. |
|
Pan(AbstractChart chart)
Builds and instance of the pan tool. |
|
Zoom(AbstractChart chart,
boolean in,
float rate)
Builds the zoom tool. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |