public abstract class AbstractCategoryItemLabelGenerator extends Object implements org.jfree.util.PublicCloneable, Cloneable, Serializable
CategoryItemRenderer
.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 |
generateColumnLabel(CategoryDataset dataset,
int column)
Generates a label for the specified row.
|
String |
generateRowLabel(CategoryDataset dataset,
int row)
Generates a label for the specified row.
|
DateFormat |
getDateFormat()
Returns the date formatter.
|
String |
getLabelFormat()
Returns the label format string.
|
NumberFormat |
getNumberFormat()
Returns the number formatter.
|
int |
hashCode()
Returns a hash code for this instance.
|
public String generateRowLabel(CategoryDataset dataset, int row)
dataset
- the dataset (null
not permitted).row
- the row index (zero-based).public String generateColumnLabel(CategoryDataset dataset, int column)
dataset
- the dataset (null
not permitted).column
- the column index (zero-based).public String getLabelFormat()
null
).public NumberFormat getNumberFormat()
null
).public DateFormat getDateFormat()
null
).public boolean equals(Object obj)
public int hashCode()
public Object clone() throws CloneNotSupportedException
clone
in interface org.jfree.util.PublicCloneable
clone
in class Object
CloneNotSupportedException
- should not happen.Jas4pp 1.5 © Java Analysis Studio for Particle Physics