| java.lang.Object | |
| ↳ | org.jfree.chart.labels.AbstractCategoryItemLabelGenerator | 
   Known Direct Subclasses
  
 | 
   Known Indirect Subclasses
  
 | 
A base class that can be used to create a label or tooltip generator that
 can be assigned to a
 CategoryItemRenderer.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a label generator with the specified number formatter. 
  
   | |||||||||||
Creates a label generator with the specified number formatter. 
  
   | |||||||||||
Creates a label generator with the specified date formatter. 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an independent copy of the generator. 
  
   | |||||||||||
Tests this object for equality with an arbitrary object. 
  
   | |||||||||||
Generates a label for the specified row. 
  
   | |||||||||||
Generates a label for the specified row. 
  
   | |||||||||||
Returns the date formatter. 
  
   | |||||||||||
Returns the label format string. 
  
   | |||||||||||
Returns the number formatter. 
  
   | |||||||||||
Returns a hash code for this instance. 
  
   | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates the array of items that can be passed to the
 MessageFormat class for creating labels. 
  
   | |||||||||||
Generates a for the specified item. 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Creates a label generator with the specified number formatter.
| labelFormat | the label format string (null not
                     permitted). | 
        
|---|---|
| formatter | the number formatter (null not permitted).
 | 
        
Creates a label generator with the specified number formatter.
| labelFormat | the label format string (null not
                     permitted). | 
        
|---|---|
| formatter | the number formatter (null not permitted). | 
        
| percentFormatter | the percent formatter (null not
     permitted). | 
        
Creates a label generator with the specified date formatter.
| labelFormat | the label format string (null not
                     permitted). | 
        
|---|---|
| formatter | the date formatter (null not permitted).
 | 
        
Returns an independent copy of the generator.
| CloneNotSupportedException | should not happen. | 
|---|
Tests this object for equality with an arbitrary object.
| obj | the other object (null permitted). | 
        
|---|
Generates a label for the specified row.
| dataset | the dataset (null not permitted). | 
        
|---|---|
| column | the column index (zero-based). | 
Generates a label for the specified row.
| dataset | the dataset (null not permitted). | 
        
|---|---|
| row | the row index (zero-based). | 
Returns the date formatter.
null).
Returns the label format string.
null).
Returns the number formatter.
null).
Returns a hash code for this instance.
Creates the array of items that can be passed to the MessageFormat class for creating labels.
| dataset | the dataset (null not permitted). | 
        
|---|---|
| row | the row index (zero-based). | 
| column | the column index (zero-based). | 
null).
Generates a for the specified item.
| dataset | the dataset (null not permitted). | 
        
|---|---|
| row | the row index (zero-based). | 
| column | the column index (zero-based). | 
null).