public interface Arrangement
Block
s
within a BlockContainer
.Modifier and Type | Method and Description |
---|---|
void |
add(Block block,
Object key)
Adds a block and a key which can be used to determine the position of
the block in the arrangement.
|
org.jfree.ui.Size2D |
arrange(BlockContainer container,
Graphics2D g2,
RectangleConstraint constraint)
Arranges the blocks within the specified container, subject to the given
constraint.
|
void |
clear()
Clears any cached layout information retained by the arrangement.
|
void add(Block block, Object key)
block
- the block.key
- the key (null
permitted).org.jfree.ui.Size2D arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
container
- the container (null
not permitted).g2
- the graphics device.constraint
- the constraint.void clear()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics