|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.androidplot.xy.PointLabelFormatter
public class PointLabelFormatter
Default PointFormatter used by LineAndPointRenderer to draw a point's text label onto the display.
| Constructor Summary | |
|---|---|
PointLabelFormatter()
|
|
| Method Summary | |
|---|---|
void |
draw(android.graphics.Canvas canvas,
java.lang.Number value,
android.graphics.PointF coords)
Draws the point specified onto the canvas. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PointLabelFormatter()
| Method Detail |
|---|
public void draw(android.graphics.Canvas canvas,
java.lang.Number value,
android.graphics.PointF coords)
PointFormatter
draw in interface PointFormattervalue - Actual value of the point.coords - Screen coordinates of the point.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||