-
public class PointLabelFormatter
-
-
Constructor Summary
Constructors Constructor Description PointLabelFormatter()
PointLabelFormatter(int textColor)
PointLabelFormatter(int textColor, float hOffset, float vOffset)
-
Method Summary
Modifier and Type Method Description Paint
getTextPaint()
void
setTextPaint(Paint textPaint)
boolean
hasTextPaint()
-
-
Constructor Detail
-
PointLabelFormatter
PointLabelFormatter()
-
PointLabelFormatter
PointLabelFormatter(int textColor)
-
PointLabelFormatter
PointLabelFormatter(int textColor, float hOffset, float vOffset)
- Parameters:
hOffset
- Horizontal offset of text in pixels.vOffset
- Vertical offset of text in pixels.
-
-
Method Detail
-
getTextPaint
Paint getTextPaint()
-
setTextPaint
void setTextPaint(Paint textPaint)
-
hasTextPaint
boolean hasTextPaint()
-
-
-
-