BasicLabelFormatter

public final class BasicLabelFormatter
extends Object implements LabelFormatter

java.lang.Object
   ↳ com.google.android.material.slider.BasicLabelFormatter


A simple implementation of the LabelFormatter interface, that limits the number displayed inside a discrete slider's bubble to three digits, and a single-character suffix that denotes magnitude (e.g.: 1.5K, 2.2M, 1.3B, 2T).

Summary

Public constructors

BasicLabelFormatter()

Public methods

String getFormattedValue(float value)

Inherited methods

Object clone()
boolean equals(Object arg0)
void finalize()
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()
abstract String getFormattedValue(float value)

Public constructors

BasicLabelFormatter

public BasicLabelFormatter ()

Public methods

getFormattedValue

public String getFormattedValue (float value)

Parameters
value float

Returns
String