| java.lang.Object | ||
| ↳ | org.jfree.chart.labels.AbstractXYItemLabelGenerator | |
| ↳ | org.jfree.chart.labels.BubbleXYItemLabelGenerator | |
An item label generator defined for use with the XYBubbleRenderer
class, or any other class that uses an XYZDataset.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_FORMAT_STRING | The default item label format. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new tool tip generator using default number formatters for the
x, y and z-values.
| |||||||||||
Constructs a new tool tip generator using the specified number
formatters.
| |||||||||||
Constructs a new item label generator using the specified date
formatters.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this object for equality with an arbitrary object.
| |||||||||||
Generates an item label for a particular item within a series.
| |||||||||||
Generates a label string for an item in the dataset.
| |||||||||||
Returns the date formatter for the z-values.
| |||||||||||
Returns the number formatter for the z-values.
| |||||||||||
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.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.labels.AbstractXYItemLabelGenerator
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.chart.labels.XYItemLabelGenerator
| |||||||||||
The default item label format.
Creates a new tool tip generator using default number formatters for the x, y and z-values.
Constructs a new tool tip generator using the specified number formatters.
| formatString | the format string. |
|---|---|
| xFormat | the format object for the x values (null
not permitted). |
| yFormat | the format object for the y values (null
not permitted). |
| zFormat | the format object for the z values (null
not permitted).
|
Constructs a new item label generator using the specified date formatters.
| formatString | the format string. |
|---|---|
| xFormat | the format object for the x values (null
not permitted). |
| yFormat | the format object for the y values (null
not permitted). |
| zFormat | the format object for the z values (null
not permitted).
|
Tests this object for equality with an arbitrary object.
| obj | the other object (null permitted). |
|---|
Generates an item label for a particular item within a series.
| dataset | the dataset (null not permitted). |
|---|---|
| series | the series index (zero-based). |
| item | the item index (zero-based). |
null).
Generates a label string for an item in the dataset.
| dataset | the dataset (null not permitted). |
|---|---|
| series | the series (zero-based index). |
| item | the item (zero-based index). |
null).
Returns the date formatter for the z-values.
null).
Returns the number formatter for the z-values.
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). |
|---|---|
| series | the series (zero-based index). |
| item | the item (zero-based index). |
null).