public class PointLabelFormatter extends 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() |
protected void |
initTextPaint(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.public android.graphics.Paint getTextPaint()
public void setTextPaint(android.graphics.Paint textPaint)
protected void initTextPaint(Integer textColor)