org.jfree.chart.block.Arrangement |
![]() |
An object that is responsible for arranging a collection of Block
s
within a BlockContainer
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a block and a key which can be used to determine the position of
the block in the arrangement.
| |||||||||||
Arranges the blocks within the specified container, subject to the given
constraint.
| |||||||||||
Clears any cached layout information retained by the arrangement.
|
Adds a block and a key which can be used to determine the position of the block in the arrangement. This method is called by the container (you don't need to call this method directly) and gives the arrangement an opportunity to record the details if they are required.
block | the block. |
---|---|
key | the key (null permitted).
|
Arranges the blocks within the specified container, subject to the given constraint.
container | the container (null not permitted). |
---|---|
g2 | the graphics device. |
constraint | the constraint. |
Clears any cached layout information retained by the arrangement.