Inheritance diagram for tit.gui.widget.progressbar.EmptyValueFormatter:
Public Member Functions | |
String | formatValue (float value) |
ValueFormatter
that returns an emty string as the formatted value.
String tit.gui.widget.progressbar.EmptyValueFormatter.formatValue | ( | float | value | ) |
Formats a value.
value | The value to format. |
Implements tit.gui.widget.progressbar.ValueFormatter.