|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jfree.chart.labels.StandardXYSeriesLabelGenerator
public class StandardXYSeriesLabelGenerator
A standard series label generator for plots that use data from
an XYDataset
.
This class implements PublicCloneable
by mistake but we retain
this for the sake of backward compatibility.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_LABEL_FORMAT
The default item label format. |
Constructor Summary | |
---|---|
StandardXYSeriesLabelGenerator()
Creates a default series label generator (uses DEFAULT_LABEL_FORMAT ). |
|
StandardXYSeriesLabelGenerator(java.lang.String format)
Creates a new series label generator. |
Method Summary | |
---|---|
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. |
int |
hashCode()
Returns a hash code for this instance. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_LABEL_FORMAT
Constructor Detail |
---|
public StandardXYSeriesLabelGenerator()
DEFAULT_LABEL_FORMAT
).
public StandardXYSeriesLabelGenerator(java.lang.String format)
format
- the format pattern (null
not permitted).Method Detail |
---|
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
clone
in interface org.jfree.util.PublicCloneable
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if cloning is not supported.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- the other object (null
permitted).
public int hashCode()
hashCode
in class java.lang.Object
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |