| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.labels.AbstractCategoryItemLabelGeneratororg.jfree.chart.labels.StandardCategoryToolTipGeneratororg.jfree.chart.labels.IntervalCategoryToolTipGeneratorpublic class IntervalCategoryToolTipGeneratorextends StandardCategoryToolTipGeneratorimplements CategoryToolTipGenerator, PublicCloneable, Cloneable, SerializableIntervalCategoryDataset.
Field Summary | |
static String |
|
Fields inherited from class org.jfree.chart.labels.StandardCategoryToolTipGenerator | |
DEFAULT_TOOL_TIP_FORMAT_STRING | |
Constructor Summary | |
| |
| |
| |
Method Summary | |
protected Object[] |
|
Methods inherited from class org.jfree.chart.labels.StandardCategoryToolTipGenerator | |
equals, generateToolTip | |
Methods inherited from class org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | |
clone, createItemArray, equals, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCode | |
public static final String DEFAULT_TOOL_TIP_FORMAT_STRING
The default format string.
public IntervalCategoryToolTipGenerator()
Creates a new generator with a default number formatter.
public IntervalCategoryToolTipGenerator(String labelFormat, DateFormat formatter)
Creates a new generator with the specified date formatter.
- Parameters:
labelFormat- the label format string (nullnot permitted).formatter- the date formatter (nullnot permitted).
public IntervalCategoryToolTipGenerator(String labelFormat, NumberFormat formatter)
Creates a new generator with the specified number formatter.
- Parameters:
labelFormat- the label format string (nullnot permitted).formatter- the number formatter (nullnot permitted).
protected Object[] createItemArray(CategoryDataset dataset, int row, int column)
Creates the array of items that can be passed to theMessageFormatclass for creating labels.
- Overrides:
- createItemArray in interface AbstractCategoryItemLabelGenerator
- Parameters:
dataset- the dataset (nullnot permitted).row- the row index (zero-based).column- the column index (zero-based).
- Returns:
- The items (never
null).