Java org.jfree.chart.block BlockContainer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.block BlockContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.block BlockContainer.

The text is from its open source code.

Subclass

org.jfree.chart.block.BlockContainer has subclasses.
Click this link to see all its subclasses.

Constructor

BlockContainer(Arrangement arrangement)
Creates a new instance with the specified arrangement.
BlockContainer()
Creates a new instance with default settings.

Method

voidadd(Block block, Object key)
Adds a block to the container.
voidadd(Block block)
Adds a block to the container.
ListgetBlocks()
Returns an unmodifiable list of the Block objects managed by this arrangement.
voidsetArrangement(Arrangement arrangement)
Sets the arrangement (layout) manager.
voidsetBorder(BlockBorder border)
Sets the border for the block (use BlockBorder#NONE for no border).
voidsetBorder(double top, double left, double bottom, double right)
Sets a black border with the specified line widths.
voidsetFrame(BlockFrame frame)
Sets the frame (or border).
voidsetPadding(double top, double left, double bottom, double right)
Sets the padding.