Uses of Interface
org.jfree.chart.block.Arrangement
Package
Description
Blocks and layout classes used extensively by the
LegendTitle
class.Classes used to display chart titles and subtitles.
-
Uses of Arrangement in org.jfree.chart.block
Modifier and TypeClassDescriptionclass
An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.class
Arranges a block in the center of its container.class
Arranges blocks in a column layout.class
Arranges blocks in a flow layout.class
Arranges blocks in a grid within their container.Modifier and TypeMethodDescriptionBlockContainer.getArrangement()
Returns the arrangement (layout) manager for the container.Modifier and TypeMethodDescriptionvoid
BlockContainer.setArrangement
(Arrangement arrangement) Sets the arrangement (layout) manager.ModifierConstructorDescriptionBlockContainer
(Arrangement arrangement) Creates a new instance with the specified arrangement. -
Uses of Arrangement in org.jfree.chart.title
ModifierConstructorDescriptionLegendItemBlockContainer
(Arrangement arrangement, Dataset dataset, Comparable seriesKey) Creates a new legend item block.LegendTitle
(LegendItemSource source, Arrangement hLayout, Arrangement vLayout) Creates a new legend title with the specified arrangement.