public class StandardCategoryItemLabelGenerator extends AbstractCategoryItemLabelGenerator implements CategoryItemLabelGenerator, Cloneable, org.jfree.util.PublicCloneable, Serializable
CategoryItemRenderer
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LABEL_FORMAT_STRING
The default format string.
|
Constructor and Description |
---|
StandardCategoryItemLabelGenerator()
Creates a new generator with a default number formatter.
|
StandardCategoryItemLabelGenerator(String labelFormat,
DateFormat formatter)
Creates a new generator with the specified date formatter.
|
StandardCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter)
Creates a new generator with the specified number formatter.
|
StandardCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter,
NumberFormat percentFormatter)
Creates a new generator with the specified number formatter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Tests this generator for equality with an arbitrary object.
|
String |
generateLabel(CategoryDataset dataset,
int row,
int column)
Generates the label for an item in a dataset.
|
clone, generateColumnLabel, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
generateColumnLabel, generateRowLabel
public static final String DEFAULT_LABEL_FORMAT_STRING
public StandardCategoryItemLabelGenerator()
public StandardCategoryItemLabelGenerator(String labelFormat, NumberFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the number formatter (null
not permitted).public StandardCategoryItemLabelGenerator(String labelFormat, NumberFormat formatter, NumberFormat percentFormatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the number formatter (null
not permitted).percentFormatter
- the percent formatter (null
not
permitted).public StandardCategoryItemLabelGenerator(String labelFormat, DateFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the date formatter (null
not permitted).public String generateLabel(CategoryDataset dataset, int row, int column)
generateLabel
in interface CategoryItemLabelGenerator
dataset
- the dataset (null
not permitted).row
- the row index (zero-based).column
- the column index (zero-based).null
).public boolean equals(Object obj)
equals
in class AbstractCategoryItemLabelGenerator
obj
- the object (null
permitted).true
if this generator is equal to
obj
, and false
otherwise.Jas4pp 1.5 © Java Analysis Studio for Particle Physics