public class PointLabelFormatter
extends java.lang.Object
| Constructor and Description |
|---|
PointLabelFormatter() |
PointLabelFormatter(int textColor) |
PointLabelFormatter(int textColor,
float hOffset,
float vOffset) |
| Modifier and Type | Method and Description |
|---|---|
android.graphics.Paint |
getTextPaint() |
boolean |
hasTextPaint() |
protected void |
initTextPaint(java.lang.Integer textColor) |
void |
setTextPaint(android.graphics.Paint textPaint) |
public PointLabelFormatter()
public PointLabelFormatter(int textColor)
public PointLabelFormatter(int textColor,
float hOffset,
float vOffset)
textColor - hOffset - Horizontal offset of text in pixels.vOffset - Vertical offset of text in pixels. Offset is in screen coordinates;
positive values shift the text further down the screen.