public class AbstractXYItemLabelGenerator extends Object implements Cloneable, Serializable
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 |
generateLabelString(XYDataset dataset,
int series,
int item)
Generates a label string for an item in the dataset.
|
String |
getFormatString()
Returns the format string (this controls the overall structure of the
label).
|
String |
getNullYString()
Returns the string representing a null value.
|
DateFormat |
getXDateFormat()
Returns the date formatter for the x-values.
|
NumberFormat |
getXFormat()
Returns the number formatter for the x-values.
|
DateFormat |
getYDateFormat()
Returns the date formatter for the y-values.
|
NumberFormat |
getYFormat()
Returns the number formatter for the y-values.
|
int |
hashCode()
Returns a hash code for this instance.
|
public String getFormatString()
null
).public NumberFormat getXFormat()
null
).public DateFormat getXDateFormat()
null
).public NumberFormat getYFormat()
null
).public DateFormat getYDateFormat()
null
).public String generateLabelString(XYDataset dataset, int series, int item)
dataset
- the dataset (null
not permitted).series
- the series (zero-based index).item
- the item (zero-based index).null
).public String getNullYString()
public boolean equals(Object obj)
public int hashCode()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- if cloning is not supported.Jas4pp 1.5 © Java Analysis Studio for Particle Physics