|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.labels.MultipleXYSeriesLabelGenerator
A series label generator for plots that use data from
an XYDataset
.
Field Summary | |
static java.lang.String |
DEFAULT_LABEL_FORMAT
The default item label format. |
Constructor Summary | |
MultipleXYSeriesLabelGenerator()
Creates an item label generator using default number formatters. |
|
MultipleXYSeriesLabelGenerator(java.lang.String format)
Creates a new series label generator. |
Method Summary | |
void |
addSeriesLabel(int series,
java.lang.String label)
Adds an extra label for the specified series. |
void |
clearSeriesLabels(int series)
Clears the extra labels for the specified series. |
java.lang.Object |
clone()
Returns an independent copy of the generator. |
protected java.lang.Object[] |
createItemArray(XYDataset dataset,
int series)
Creates the array of items that can be passed to the MessageFormat class
for creating labels. |
boolean |
equals(java.lang.Object obj)
Tests this object for equality with an arbitrary object. |
java.lang.String |
generateLabel(XYDataset dataset,
int series)
Generates a label for the specified series. |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DEFAULT_LABEL_FORMAT
Constructor Detail |
public MultipleXYSeriesLabelGenerator()
public MultipleXYSeriesLabelGenerator(java.lang.String format)
format
- the format pattern (null
not permitted).Method Detail |
public void addSeriesLabel(int series, java.lang.String label)
series
- the series index.label
- the label.public void clearSeriesLabels(int series)
series
- the series index.public java.lang.String generateLabel(XYDataset dataset, int series)
generateLabel
in interface XYSeriesLabelGenerator
dataset
- the dataset (null
not permitted).series
- the series.
protected java.lang.Object[] createItemArray(XYDataset dataset, int series)
MessageFormat
class
for creating labels.
dataset
- the dataset (null
not permitted).series
- the series (zero-based index).
null
).public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if cloning is not supported.public boolean equals(java.lang.Object obj)
obj
- the other object (null
permitted).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |