-
public interface XYGraphWidget.CursorLabelFormatter
-
-
Method Summary
Modifier and Type Method Description abstract Paint
getTextPaint()
abstract Paint
getBackgroundPaint()
abstract String
getLabelText(Number x, Number y)
-
-
Method Detail
-
getTextPaint
abstract Paint getTextPaint()
-
getBackgroundPaint
abstract Paint getBackgroundPaint()
-
getLabelText
abstract String getLabelText(Number x, Number y)
-
-
-
-