Uses of Interface
org.jfree.chart.block.Arrangement
Packages that use 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
Classes in org.jfree.chart.block that implement ArrangementModifier and TypeClassDescriptionclassAn arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.classArranges a block in the center of its container.classArranges blocks in a column layout.classArranges blocks in a flow layout.classArranges blocks in a grid within their container.Fields in org.jfree.chart.block declared as ArrangementModifier and TypeFieldDescriptionprivate ArrangementBlockContainer.arrangementThe object responsible for laying out the blocks.Methods in org.jfree.chart.block that return ArrangementModifier and TypeMethodDescriptionBlockContainer.getArrangement()Returns the arrangement (layout) manager for the container.Methods in org.jfree.chart.block with parameters of type ArrangementModifier and TypeMethodDescriptionvoidBlockContainer.setArrangement(Arrangement arrangement) Sets the arrangement (layout) manager.Constructors in org.jfree.chart.block with parameters of type ArrangementModifierConstructorDescriptionBlockContainer(Arrangement arrangement) Creates a new instance with the specified arrangement. -
Uses of Arrangement in org.jfree.chart.title
Fields in org.jfree.chart.title declared as ArrangementModifier and TypeFieldDescriptionprivate ArrangementLegendTitle.hLayoutThe layout for the legend when it is positioned at the top or bottom of the chart.private ArrangementLegendTitle.vLayoutThe layout for the legend when it is positioned at the left or right of the chart.Constructors in org.jfree.chart.title with parameters of type ArrangementModifierConstructorDescriptionLegendItemBlockContainer(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.