Class StandardCategoryLabelGenerator<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>>

java.lang.Object
org.jfree.chart3d.label.StandardCategoryLabelGenerator<S,R,C>
All Implemented Interfaces:
Serializable, CategoryLabelGenerator<S,R,C>

public class StandardCategoryLabelGenerator<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>> extends Object implements CategoryLabelGenerator<S,R,C>, Serializable
A default implementation of the CategoryLabelGenerator interface. The implementation uses a Formatter instance to generate the labels. Three values are passed to the formatter: (1) the key for the series, row or column, (2) the count for the number of non-null items in the series, row or column (as an Integer) and (3) the total of the non-null values (as a Double).

NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
Since:
1.2
See Also: