Package | Description |
---|---|
org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
Modifier and Type | Class and Description |
---|---|
class |
BorderArrangement
An arrangement manager that lays out blocks in a similar way to
Swing's BorderLayout class.
|
class |
CenterArrangement
Arranges a block in the center of its container.
|
class |
ColumnArrangement
Arranges blocks in a column layout.
|
class |
FlowArrangement
Arranges blocks in a flow layout.
|
class |
GridArrangement
Arranges blocks in a grid within their container.
|
Modifier and Type | Method and Description |
---|---|
Arrangement |
BlockContainer.getArrangement()
Returns the arrangement (layout) manager for the container.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockContainer.setArrangement(Arrangement arrangement)
Sets the arrangement (layout) manager.
|
Constructor and Description |
---|
BlockContainer(Arrangement arrangement)
Creates a new instance with the specified arrangement.
|
Constructor and Description |
---|
LegendItemBlockContainer(Arrangement arrangement,
Dataset dataset,
java.lang.Comparable seriesKey)
Creates a new legend item block.
|
LegendItemBlockContainer(Arrangement arrangement,
int datasetIndex,
int series)
Deprecated.
As of 1.0.6, use the other constructor.
|
LegendTitle(LegendItemSource source,
Arrangement hLayout,
Arrangement vLayout)
Creates a new legend title with the specified arrangement.
|