Uses of Interface
org.jfree.chart.block.Arrangement
-
Packages that use Arrangement Package Description org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitleclass.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of Arrangement in org.jfree.chart.block
Classes in org.jfree.chart.block that implement Arrangement Modifier and Type Class Description classBorderArrangementAn arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.classCenterArrangementArranges a block in the center of its container.classColumnArrangementArranges blocks in a column layout.classFlowArrangementArranges blocks in a flow layout.classGridArrangementArranges blocks in a grid within their container.Fields in org.jfree.chart.block declared as Arrangement Modifier and Type Field Description private ArrangementBlockContainer. arrangementThe object responsible for laying out the blocks.Methods in org.jfree.chart.block that return Arrangement Modifier and Type Method Description ArrangementBlockContainer. getArrangement()Returns the arrangement (layout) manager for the container.Methods in org.jfree.chart.block with parameters of type Arrangement Modifier and Type Method Description voidBlockContainer. setArrangement(Arrangement arrangement)Sets the arrangement (layout) manager.Constructors in org.jfree.chart.block with parameters of type Arrangement Constructor Description BlockContainer(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 Arrangement Modifier and Type Field Description private 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 Arrangement Constructor Description LegendItemBlockContainer(Arrangement arrangement, Dataset dataset, java.lang.Comparable seriesKey)Creates a new legend item block.LegendTitle(LegendItemSource source, Arrangement hLayout, Arrangement vLayout)Creates a new legend title with the specified arrangement.
-