Class StandardCategoryItemLabelGenerator

java.lang.Object
org.jfree.chart3d.label.StandardCategoryItemLabelGenerator
All Implemented Interfaces:
Serializable, CategoryItemLabelGenerator

A default implementation of the CategoryItemLabelGenerator interface. The implementation uses a Formatter instance to generate the labels. Four values are passed to the formatter: (1) the key for the series, (2) the row key, (3) the column key and (4) the data value.

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.3
See Also: