Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.chart.labels.AbstractCategoryItemLabelGenerator
org.jfree.chart.labels.StandardCategoryToolTipGenerator
org.jfree.chart.labels.IntervalCategoryToolTipGenerator
public class IntervalCategoryToolTipGenerator
extends StandardCategoryToolTipGenerator
implements CategoryToolTipGenerator, PublicCloneable, Cloneable, Serializable
IntervalCategoryDataset
.
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 |
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 (null
not permitted).formatter
- the date formatter (null
not permitted).
public IntervalCategoryToolTipGenerator(String labelFormat, NumberFormat formatter)
Creates a new generator with the specified number formatter.
- Parameters:
labelFormat
- the label format string (null
not permitted).formatter
- the number formatter (null
not permitted).
protected Object[] createItemArray(CategoryDataset dataset, int row, int column)
Creates the array of items that can be passed to theMessageFormat
class for creating labels.
- Overrides:
- createItemArray in interface AbstractCategoryItemLabelGenerator
- Parameters:
dataset
- the dataset (null
not permitted).row
- the row index (zero-based).column
- the column index (zero-based).
- Returns:
- The items (never
null
).