com.sencha.gxt.chart.client.chart
Class RoundNumberProvider<V extends Number>

java.lang.Object
  extended by com.sencha.gxt.chart.client.chart.RoundNumberProvider<V>
Type Parameters:
V - the type of the number
All Implemented Interfaces:
LabelProvider<V>

public class RoundNumberProvider<V extends Number>
extends Object
implements LabelProvider<V>

A label provider that provider rounded numbers.


Constructor Summary
RoundNumberProvider()
           
 
Method Summary
 String getLabel(Number item)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoundNumberProvider

public RoundNumberProvider()
Method Detail

getLabel

public String getLabel(Number item)
Specified by:
getLabel in interface LabelProvider<V extends Number>


Copyright © 2011. All Rights Reserved.