org.jfree.chart.labels
Class StandardCategorySeriesLabelGenerator
java.lang.Object
org.jfree.chart.labels.StandardCategorySeriesLabelGenerator
- CategorySeriesLabelGenerator, Cloneable, PublicCloneable, Serializable
A standard series label generator for plots that use data from
a
CategoryDataset
.
Object | clone() - Returns an independent copy of the generator.
|
protected Object[] | createItemArray(CategoryDataset dataset, int series) - Creates the array of items that can be passed to the
MessageFormat class for creating labels.
|
boolean | equals(Object obj) - Tests this object for equality with an arbitrary object.
|
String | generateLabel(CategoryDataset dataset, int series) - Generates a label for the specified series.
|
StandardCategorySeriesLabelGenerator
public StandardCategorySeriesLabelGenerator(String format)
Creates a new series label generator.
format
- the format pattern (null
not permitted).
clone
public Object clone()
throws CloneNotSupportedException
Returns an independent copy of the generator.
createItemArray
protected Object[] createItemArray(CategoryDataset dataset,
int series)
Creates the array of items that can be passed to the
MessageFormat
class for creating labels.
dataset
- the dataset (null
not permitted).series
- the series (zero-based index).
equals
public boolean equals(Object obj)
Tests this object for equality with an arbitrary object.
obj
- the other object (null
permitted).