Interface CategoryLabelGenerator<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>>

Type Parameters:
S - The series key type (must implement Comparable).
R - The row key type (must implement Comparable).
C - The column key type (must implement Comparable).
All Known Implementing Classes:
StandardCategoryLabelGenerator

public interface CategoryLabelGenerator<S extends Comparable<S>,R extends Comparable<R>,C extends Comparable<C>>
A label generator for category charts, used to create labels for the axes and for the chart legend. The (StandardCategoryLabelGenerator) class provides the default implementation.

Note that a different generator is used for item labels in a CategoryPlot3D - see the CategoryItemLabelGenerator interface.
Since:
1.2