java.lang.Object | |||
↳ | org.jfree.chart.block.AbstractBlock | ||
↳ | org.jfree.chart.block.BlockContainer | ||
↳ | org.jfree.chart.title.LegendItemBlockContainer |
A container that holds all the pieces of a single legend item.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
As of 1.0.6, use the other constructor.
| |||||||||||
Creates a new legend item block.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Draws the block within the specified area.
| |||||||||||
Returns a reference to the dataset for the associated legend item.
| |||||||||||
This method is deprecated.
As of 1.0.6, use the
getDataset() method.
| |||||||||||
Returns the series index.
| |||||||||||
Returns the series key.
| |||||||||||
Returns the tool tip text.
| |||||||||||
Returns the URL text.
| |||||||||||
Sets the tool tip text.
| |||||||||||
Sets the URL text.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This constructor is deprecated.
As of 1.0.6, use the other constructor.
Creates a new legend item block.
arrangement | the arrangement. |
---|---|
datasetIndex | the dataset index. |
series | the series index. |
Creates a new legend item block.
arrangement | the arrangement. |
---|---|
dataset | the dataset. |
seriesKey | the series key. |
Draws the block within the specified area.
g2 | the graphics device. |
---|---|
area | the area. |
params | passed on to blocks within the container
(null permitted). |
EntityBlockResult
, or null
.
Returns a reference to the dataset for the associated legend item.
This method is deprecated.
As of 1.0.6, use the getDataset()
method.
Returns the dataset index.
Returns the series index.
Returns the tool tip text.
null
).Sets the tool tip text.
text | the text (null permitted). |
---|