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