Uses of Class org.jfree.chart.block.BlockContainer

Uses in package org.jfree.chart.block

Methods with parameter type org.jfree.chart.block.BlockContainer

Size2D
Arrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks within the specified container, subject to the given constraint.
Size2D
BorderArrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the items in the specified container, subject to the given constraint.
Size2D
CenterArrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Size2D
ColumnArrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Size2D
FlowArrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Size2D
GridArrangement.arrange(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks within the specified container, subject to the given constraint.
Size2D
BorderArrangement.arrangeFF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the items within a container.
Size2D
CenterArrangement.arrangeFF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
Size2D
ColumnArrangement.arrangeFF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Size2D
FlowArrangement.arrangeFF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with the overall height and width specified as fixed constraints.
Size2D
GridArrangement.arrangeFF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the container with a fixed overall width and height.
Size2D
BorderArrangement.arrangeFN(BlockContainer container, Graphics2D g2, double width)
Arranges the container width a fixed width and no constraint on the height.
Size2D
CenterArrangement.arrangeFN(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a fixed width and no height constraint.
Size2D
FlowArrangement.arrangeFN(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a fixed width and no height constraint.
Size2D
GridArrangement.arrangeFN(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arrange with a fixed width and a height within a given range.
Size2D
BorderArrangement.arrangeFR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Performs an arrangement with a fixed width and a range for the height.
Size2D
CenterArrangement.arrangeFR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a fixed with and a range constraint on the height.
Size2D
FlowArrangement.arrangeFR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a fixed width and a range constraint on the height.
Size2D
GridArrangement.arrangeFR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arrange with a fixed width and a height within a given range.
Size2D
CenterArrangement.arrangeNF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks with no width constraint and a fixed height constraint.
Size2D
ColumnArrangement.arrangeNF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Calculates and sets the bounds of all the items in the specified container, subject to the given constraint.
Size2D
FlowArrangement.arrangeNF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks with no width constraint and a fixed height constraint.
Size2D
BorderArrangement.arrangeNN(BlockContainer container, Graphics2D g2)
Performs an arrangement without constraints.
Size2D
CenterArrangement.arrangeNN(BlockContainer container, Graphics2D g2)
Arranges the blocks without any constraints.
Size2D
ColumnArrangement.arrangeNN(BlockContainer container, Graphics2D g2)
Arranges the blocks without any constraints.
Size2D
FlowArrangement.arrangeNN(BlockContainer container, Graphics2D g2)
Arranges the blocks without any constraints.
Size2D
GridArrangement.arrangeNN(BlockContainer container, Graphics2D g2)
Arranges the container with no constraint on the width or height.
Size2D
CenterArrangement.arrangeRF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a range constraint on the width and a fixed height.
Size2D
ColumnArrangement.arrangeRF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container using a fixed height and a range for the width.
Size2D
FlowArrangement.arrangeRF(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks in the container with a range constraint on the width and a fixed height.
Size2D
CenterArrangement.arrangeRN(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the block with a range constraint on the width, and no constraint on the height.
Size2D
FlowArrangement.arrangeRN(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the block with a range constraint on the width, and no constraint on the height.
Size2D
CenterArrangement.arrangeRR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks with the overall width and height to fit within specified ranges.
Size2D
ColumnArrangement.arrangeRR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Size2D
FlowArrangement.arrangeRR(BlockContainer container, Graphics2D g2, RectangleConstraint constraint)
Arranges the blocks with the overall width and height to fit within specified ranges.
Size2D
BorderArrangement.arrangeRR(BlockContainer container, Range widthRange, Range heightRange, Graphics2D g2)
Performs an arrangement with range constraints on both the vertical and horizontal sides.

Uses in package org.jfree.chart.title

Classes derived from org.jfree.chart.block.BlockContainer

class
A container that holds all the pieces of a single legend item.

Constructors with parameter type org.jfree.chart.block.BlockContainer

Creates a new title using the specified container.

Methods with parameter type org.jfree.chart.block.BlockContainer

void
Sets the title container.
void
Sets the wrapper container for the legend.

Methods with return type org.jfree.chart.block.BlockContainer

BlockContainer
Returns the container holding the titles.
BlockContainer
Returns the container that holds the legend items.