java.lang.Object | |
↳ | org.jfree.chart.block.BorderArrangement |
An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a block to the arrangement manager at the specified edge.
| |||||||||||
Arranges the items in the specified container, subject to the given
constraint.
| |||||||||||
Clears the layout.
| |||||||||||
Tests this arrangement for equality with an arbitrary object.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Arranges the items within a container.
| |||||||||||
Arranges the container width a fixed width and no constraint on the
height.
| |||||||||||
Performs an arrangement with a fixed width and a range for the height.
| |||||||||||
Performs an arrangement without constraints.
| |||||||||||
Performs an arrangement with range constraints on both the vertical
and horizontal sides.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new instance.
Adds a block to the arrangement manager at the specified edge.
block | the block (null permitted). |
---|---|
key | the edge (an instance of RectangleEdge) or
null for the center block.
|
Arranges the items in the specified container, subject to the given constraint.
container | the container. |
---|---|
g2 | the graphics device. |
constraint | the constraint. |
Clears the layout.
Tests this arrangement for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Arranges the items within a container.
container | the container. |
---|---|
g2 | the graphics device. |
constraint | the constraint. |
Arranges the container width a fixed width and no constraint on the height.
container | the container. |
---|---|
g2 | the graphics device. |
width | the fixed width. |
Performs an arrangement with a fixed width and a range for the height.
container | the container. |
---|---|
g2 | the graphics device. |
constraint | the constraint. |
Performs an arrangement without constraints.
container | the container. |
---|---|
g2 | the graphics device. |
Performs an arrangement with range constraints on both the vertical and horizontal sides.
container | the container. |
---|---|
widthRange | the allowable range for the container width. |
heightRange | the allowable range for the container height. |
g2 | the graphics device. |