|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfree.chart.labels.AbstractCategoryItemLabelGenerator
public abstract class AbstractCategoryItemLabelGenerator
A base class that can be used to create a label or tooltip generator that
can be assigned to a
CategoryItemRenderer.
| Constructor Summary | |
|---|---|
protected |
AbstractCategoryItemLabelGenerator(String labelFormat,
DateFormat formatter)
Creates a label generator with the specified date formatter. |
protected |
AbstractCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter)
Creates a label generator with the specified number formatter. |
protected |
AbstractCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter,
NumberFormat percentFormatter)
Creates a label generator with the specified number formatter. |
| Method Summary | |
|---|---|
Object |
clone()
Returns an independent copy of the generator. |
protected Object[] |
createItemArray(CategoryDataset dataset,
int row,
int column)
Creates the array of items that can be passed to the MessageFormat class for creating labels. |
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. |
protected String |
generateLabelString(CategoryDataset dataset,
int row,
int column)
Generates a for the specified item. |
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. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the number formatter (null not permitted).
protected AbstractCategoryItemLabelGenerator(String labelFormat,
NumberFormat formatter,
NumberFormat percentFormatter)
labelFormat - the label format string (null not
permitted).formatter - the number formatter (null not permitted).percentFormatter - the percent formatter (null not
permitted).
protected AbstractCategoryItemLabelGenerator(String labelFormat,
DateFormat formatter)
labelFormat - the label format string (null not
permitted).formatter - the date formatter (null not permitted).| Method Detail |
|---|
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).
protected String generateLabelString(CategoryDataset dataset,
int row,
int column)
dataset - the dataset (null not permitted).row - the row index (zero-based).column - the column index (zero-based).
null).
protected Object[] createItemArray(CategoryDataset dataset,
int row,
int column)
MessageFormat class for creating labels.
dataset - the dataset (null not permitted).row - the row index (zero-based).column - the column index (zero-based).
null).public boolean equals(Object obj)
equals in class Objectobj - the other object (null permitted).
public int hashCode()
hashCode in class Object
public Object clone()
throws CloneNotSupportedException
clone in interface org.jfree.util.PublicCloneableclone in class ObjectCloneNotSupportedException - should not happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||