public class StandardXYSeriesLabelGenerator extends Object implements XYSeriesLabelGenerator, Cloneable, org.jfree.util.PublicCloneable, Serializable
XYDataset
.
PublicCloneable
by mistake but we retain
this for the sake of backward compatibility.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LABEL_FORMAT
The default item label format.
|
Constructor and Description |
---|
StandardXYSeriesLabelGenerator()
Creates a default series label generator (uses
DEFAULT_LABEL_FORMAT ). |
StandardXYSeriesLabelGenerator(String format)
Creates a new series label generator.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns an independent copy of the generator.
|
boolean |
equals(Object obj)
Tests this object for equality with an arbitrary object.
|
String |
generateLabel(XYDataset dataset,
int series)
Generates a label for the specified series.
|
int |
hashCode()
Returns a hash code for this instance.
|
public static final String DEFAULT_LABEL_FORMAT
public StandardXYSeriesLabelGenerator()
DEFAULT_LABEL_FORMAT
).public StandardXYSeriesLabelGenerator(String format)
format
- the format pattern (null
not permitted).public String generateLabel(XYDataset dataset, int series)
generateLabel
in interface XYSeriesLabelGenerator
dataset
- the dataset (null
not permitted).series
- the series.public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class Object
CloneNotSupportedException
- if cloning is not supported.public boolean equals(Object obj)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics