| java.lang.Object org.jfree.chart.labels.AbstractCategoryItemLabelGenerator org.jfree.chart.labels.StandardCategoryToolTipGenerator org.jfree.chart.labels.IntervalCategoryToolTipGenerator
Method Summary | |
protected Object[] | createItemArray(CategoryDataset dataset, int row, int column) Creates the array of items that can be passed to the
MessageFormat class for creating labels.
Parameters: dataset - the dataset (null not permitted). Parameters: row - the row index (zero-based). Parameters: column - the column index (zero-based). |
DEFAULT_TOOL_TIP_FORMAT_STRING | final public static String DEFAULT_TOOL_TIP_FORMAT_STRING(Code) | | The default format string.
|
IntervalCategoryToolTipGenerator | public IntervalCategoryToolTipGenerator()(Code) | | Creates a new generator with a default number formatter.
|
IntervalCategoryToolTipGenerator | public IntervalCategoryToolTipGenerator(String labelFormat, NumberFormat formatter)(Code) | | Creates a new generator with the specified number formatter.
Parameters: labelFormat - the label format string (null not permitted). Parameters: formatter - the number formatter (null not permitted). |
IntervalCategoryToolTipGenerator | public IntervalCategoryToolTipGenerator(String labelFormat, DateFormat formatter)(Code) | | Creates a new generator with the specified date formatter.
Parameters: labelFormat - the label format string (null not permitted). Parameters: formatter - the date formatter (null not permitted). |
createItemArray | protected Object[] createItemArray(CategoryDataset dataset, int row, int column)(Code) | | Creates the array of items that can be passed to the
MessageFormat class for creating labels.
Parameters: dataset - the dataset (null not permitted). Parameters: row - the row index (zero-based). Parameters: column - the column index (zero-based). The items (never null ). |
Fields inherited from org.jfree.chart.labels.StandardCategoryToolTipGenerator | final public static String DEFAULT_TOOL_TIP_FORMAT_STRING(Code)(Java Doc)
|
|
|