Uses of Interface org.jfree.chart.block.Arrangement

Uses in package org.jfree.chart.block

Classes implementing org.jfree.chart.block.Arrangement

class
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.

Constructors with parameter type org.jfree.chart.block.Arrangement

Creates a new instance with the specified arrangement.

Methods with parameter type org.jfree.chart.block.Arrangement

void
Sets the arrangement (layout) manager.

Methods with return type org.jfree.chart.block.Arrangement

Arrangement
Returns the arrangement (layout) manager for the container.

Uses in package org.jfree.chart.title

Constructors with parameter type org.jfree.chart.block.Arrangement

LegendItemBlockContainer.LegendItemBlockContainer(Arrangement arrangement, int dataset, int series)
Creates a new legend item block.
Creates a new legend title with the specified arrangement.