public class XValueMarker extends ValueMarker<VerticalPosition>
| Constructor and Description |
|---|
XValueMarker(Number value,
String text) |
XValueMarker(Number value,
String text,
VerticalPosition textPosition,
int linePaint,
int textPaint) |
XValueMarker(Number value,
String text,
VerticalPosition textPosition,
android.graphics.Paint linePaint,
android.graphics.Paint textPaint) |
getLinePaint, getText, getTextMargin, getTextOrientation, getTextPaint, getTextPosition, getValue, setLinePaint, setText, setTextMargin, setTextOrientation, setTextPaint, setTextPosition, setValuepublic XValueMarker(Number value, String text)
value - text - Set to null to use the plot's default getFormatter.public XValueMarker(Number value, String text, VerticalPosition textPosition, android.graphics.Paint linePaint, android.graphics.Paint textPaint)
value - text - Set to null to use the plot's default getFormatter.textPosition - linePaint - textPaint - public XValueMarker(Number value, String text, VerticalPosition textPosition, int linePaint, int textPaint)
value - text - Set to null to use the plot's default getFormatter.textPosition - linePaint - textPaint -