java.lang.Object | |
↳ | org.jfree.chart.block.ColumnArrangement |
Arranges blocks in a column layout. This class is immutable.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance.
| |||||||||||
Creates a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a block to be managed by this instance.
| |||||||||||
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint.
| |||||||||||
Clears any cached information.
| |||||||||||
Tests this instance for equality with an arbitrary object.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint.
| |||||||||||
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint.
| |||||||||||
Arranges the blocks without any constraints.
| |||||||||||
Arranges the blocks in the container using a fixed height and a
range for the width.
| |||||||||||
Arranges a container with range constraints for both the horizontal
and vertical.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a new instance.
Creates a new instance.
hAlign | the horizontal alignment (currently ignored). |
---|---|
vAlign | the vertical alignment (currently ignored). |
hGap | the horizontal gap. |
vGap | the vertical gap. |
Adds a block to be managed by this instance. This method is usually
called by the BlockContainer
, you shouldn't need to call it
directly.
block | the block. |
---|---|
key | a key that controls the position of the block. |
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. The Graphics2D
can be used by some items (particularly items containing text) to
calculate sizing parameters.
container | the container whose items are being arranged. |
---|---|
g2 | the graphics device. |
constraint | the size constraint. |
Clears any cached information.
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. The Graphics2D
can be used by some items (particularly items containing text) to
calculate sizing parameters.
container | the container whose items are being arranged. |
---|---|
g2 | the graphics device. |
constraint | the size constraint. |
Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. The Graphics2D
can be used by some items (particularly items containing text) to
calculate sizing parameters.
container | the container whose items are being arranged. |
---|---|
g2 | the graphics device. |
constraint | the size constraint. |
Arranges the blocks without any constraints. This puts all blocks into a single column.
container | the container. |
---|---|
g2 | the graphics device. |
Arranges the blocks in the container using a fixed height and a range for the width.
container | the container. |
---|---|
g2 | the graphics device. |
constraint | the constraint. |
Arranges a container with range constraints for both the horizontal and vertical.
container | the container. |
---|---|
g2 | the graphics device. |
constraint | the constraint. |