public class IntervalCategoryToolTipGenerator extends StandardCategoryToolTipGenerator
IntervalCategoryDataset.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_TOOL_TIP_FORMAT_STRING
The default format string.
|
| Constructor and Description |
|---|
IntervalCategoryToolTipGenerator()
Creates a new generator with a default number formatter.
|
IntervalCategoryToolTipGenerator(java.lang.String labelFormat,
java.text.DateFormat formatter)
Creates a new generator with the specified date formatter.
|
IntervalCategoryToolTipGenerator(java.lang.String labelFormat,
java.text.NumberFormat formatter)
Creates a new generator with the specified number formatter.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object[] |
createItemArray(CategoryDataset dataset,
int row,
int column)
Creates the array of items that can be passed to the
MessageFormat class for creating labels. |
boolean |
equals(java.lang.Object obj)
Tests this tool tip generator for equality with an arbitrary
object.
|
generateToolTipclone, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCodepublic static final java.lang.String DEFAULT_TOOL_TIP_FORMAT_STRING
public IntervalCategoryToolTipGenerator()
public IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.NumberFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the number formatter (null not permitted).public IntervalCategoryToolTipGenerator(java.lang.String labelFormat, java.text.DateFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the date formatter (null not permitted).protected java.lang.Object[] createItemArray(CategoryDataset dataset, int row, int column)
MessageFormat class for creating labels.createItemArray in class AbstractCategoryItemLabelGeneratordataset - 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 StandardCategoryToolTipGeneratorobj - the object (null permitted).