public class StandardCategoryToolTipGenerator extends AbstractCategoryItemLabelGenerator implements CategoryToolTipGenerator, java.io.Serializable
CategoryItemRenderer
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_TOOL_TIP_FORMAT_STRING
The default format string.
|
Constructor and Description |
---|
StandardCategoryToolTipGenerator()
Creates a new generator with a default number formatter.
|
StandardCategoryToolTipGenerator(java.lang.String labelFormat,
java.text.DateFormat formatter)
Creates a new generator with the specified date formatter.
|
StandardCategoryToolTipGenerator(java.lang.String labelFormat,
java.text.NumberFormat formatter)
Creates a new generator with the specified number formatter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Tests this generator for equality with an arbitrary object.
|
java.lang.String |
generateToolTip(CategoryDataset dataset,
int row,
int column)
Generates the tool tip text for an item in a dataset.
|
clone, createItemArray, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode
public static final java.lang.String DEFAULT_TOOL_TIP_FORMAT_STRING
public StandardCategoryToolTipGenerator()
public StandardCategoryToolTipGenerator(java.lang.String labelFormat, java.text.NumberFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the number formatter (null
not permitted).public StandardCategoryToolTipGenerator(java.lang.String labelFormat, java.text.DateFormat formatter)
labelFormat
- the label format string (null
not
permitted).formatter
- the date formatter (null
not permitted).public java.lang.String generateToolTip(CategoryDataset dataset, int row, int column)
generateToolTip
in interface CategoryToolTipGenerator
dataset
- the dataset (null
not permitted).row
- the row index (zero-based).column
- the column index (zero-based).null
).public boolean equals(java.lang.Object obj)
equals
in class AbstractCategoryItemLabelGenerator
obj
- the object (null
permitted).