M - the type of the numberpublic class SeriesRoundNumberProvider<M> extends Object implements SeriesLabelProvider<M>
| Constructor and Description |
|---|
SeriesRoundNumberProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel(M item,
ValueProvider<? super M,? extends Number> valueProvider)
Returns a label for the given object and
ValueProvider. |
public String getLabel(M item, ValueProvider<? super M,? extends Number> valueProvider)
SeriesLabelProviderValueProvider. The return
value is treated as plain text, and will be escaped before it is drawn.getLabel in interface SeriesLabelProvider<M>item - the store itemvalueProvider - the value providerCopyright © 2014. All Rights Reserved.