public class IntervalCategoryItemLabelGenerator extends StandardCategoryItemLabelGenerator implements CategoryItemLabelGenerator, org.jfree.util.PublicCloneable, Cloneable, Serializable
IntervalCategoryDataset.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LABEL_FORMAT_STRING
The default format string.
|
| Constructor and Description |
|---|
IntervalCategoryItemLabelGenerator()
Creates a new generator with a default number formatter.
|
IntervalCategoryItemLabelGenerator(String labelFormat,
DateFormat formatter)
Creates a new generator with the specified date formatter.
|
IntervalCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter)
Creates a new generator with the specified number formatter.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
equals, generateLabelclone, generateColumnLabel, generateLabelString, generateRowLabel, getDateFormat, getLabelFormat, getNumberFormat, hashCodefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgenerateColumnLabel, generateLabel, generateRowLabelpublic static final String DEFAULT_LABEL_FORMAT_STRING
public IntervalCategoryItemLabelGenerator()
public IntervalCategoryItemLabelGenerator(String labelFormat, NumberFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the number formatter (null not permitted).public IntervalCategoryItemLabelGenerator(String labelFormat, DateFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the date formatter (null not permitted).protected 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).Copyright © 2001–2014 JFree.org. All rights reserved.