|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.achartengine.chart.AbstractChart
org.achartengine.chart.RoundChart
org.achartengine.chart.DialChart
public class DialChart
The dial chart rendering class.
| Field Summary |
|---|
| Fields inherited from class org.achartengine.chart.RoundChart |
|---|
mCenterX, mCenterY, mDataset, NO_VALUE, SHAPE_WIDTH |
| Constructor Summary | |
|---|---|
DialChart(CategorySeries dataset,
DialRenderer renderer)
Builds a new dial chart instance. |
|
| Method Summary | |
|---|---|
void |
draw(android.graphics.Canvas canvas,
int x,
int y,
int width,
int height,
android.graphics.Paint paint)
The graphical representation of the dial chart. |
| Methods inherited from class org.achartengine.chart.RoundChart |
|---|
drawLegendShape, drawTitle, getCenterX, getCenterY, getLegendShapeWidth, getRenderer, setCenterX, setCenterY |
| Methods inherited from class org.achartengine.chart.AbstractChart |
|---|
drawBackground, drawLabel, drawLegend, drawPath, getExceed, getLegendSize, getSeriesAndPointForScreenCoordinate, isVertical |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DialChart(CategorySeries dataset,
DialRenderer renderer)
dataset - the series datasetrenderer - the dial renderer| Method Detail |
|---|
public void draw(android.graphics.Canvas canvas,
int x,
int y,
int width,
int height,
android.graphics.Paint paint)
draw in class AbstractChartcanvas - the canvas to paint tox - the top left x value of the view to draw toy - the top left y value of the view to draw towidth - the width of the view to draw toheight - the height of the view to draw topaint - the paint
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||