java.lang.Object | |
↳ | org.jfree.chart.labels.HighLowItemLabelGenerator |
A standard item label generator for plots that use data from a
OHLCDataset
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an item label generator using the default date and number
formats.
| |||||||||||
Creates a tool tip generator using the supplied date formatter.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an independent copy of the generator.
| |||||||||||
Tests if this object is equal to another.
| |||||||||||
Generates a label for the specified item.
| |||||||||||
Generates a tooltip text item for a particular item within a series.
| |||||||||||
Returns a hash code for this instance.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates an item label generator using the default date and number formats.
Creates a tool tip generator using the supplied date formatter.
dateFormatter | the date formatter (null not
permitted). |
---|---|
numberFormatter | the number formatter (null not
permitted).
|
Returns an independent copy of the generator.
CloneNotSupportedException | if cloning is not supported. |
---|
Tests if this object is equal to another.
obj | the other object. |
---|
Generates a label for the specified item. The label is typically a formatted version of the data value, but any text can be used.
dataset | the dataset (null not permitted). |
---|---|
series | the series index (zero-based). |
category | the category index (zero-based). |
null
).
Generates a tooltip text item for a particular item within a series.
dataset | the dataset. |
---|---|
series | the series (zero-based index). |
item | the item (zero-based index). |
Returns a hash code for this instance.