Frames | No Frames |
Methods with parameter type org.jfree.chart.block.RectangleConstraint | |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Performs a layout for this title, subject to the supplied constraint,
and returns the dimensions required for the title (if the title
cannot be displayed in the available space, this method will return
zero width and height for the dimensions). |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Fields of type org.jfree.chart.block.RectangleConstraint | |
RectangleConstraint | An instance representing no constraint. |
Methods with parameter type org.jfree.chart.block.RectangleConstraint | |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the contents of the block, within the given constraints, and
returns the block size. |
Size2D | Arranges the blocks within the specified container, subject to the given
constraint. |
Size2D | Arranges the items in the specified container, subject to the given
constraint. |
Size2D | Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. |
Size2D | Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. |
Size2D | Calculates and sets the bounds of all the items in the specified
container, subject to the given constraint. |
Size2D | 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 | Arranges the blocks in the container with the overall height and width
specified as fixed constraints. |
Size2D | Arranges the container with a fixed overall width and 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 | Arranges the blocks in the container with a fixed width and no height
constraint. |
Size2D | 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 | Arranges the blocks in the container with a fixed width and a range
constraint on the height. |
Size2D | 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 | Arranges the blocks with no width constraint and a fixed height
constraint. |
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 | 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 | 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 | Arranges the blocks with the overall width and height to fit within
specified ranges. |
RectangleConstraint | Returns a constraint for the content of this block that will result in
the bounds of the block matching the specified constraint. |
Methods with return type org.jfree.chart.block.RectangleConstraint | |
RectangleConstraint | Returns a constraint for the content of this block that will result in
the bounds of the block matching the specified constraint. |
RectangleConstraint | RectangleConstraint.toFixedHeight(double height) Returns a constraint that matches this one on the width attributes,
but has a fixed height constraint. |
RectangleConstraint | RectangleConstraint.toFixedWidth(double width) Returns a constraint that matches this one on the height attributes,
but has a fixed width constraint. |
RectangleConstraint | Returns a constraint that matches this one on the width attributes,
but has a range height constraint. |
RectangleConstraint | Returns a constraint that matches this one on the height attributes,
but has a range width constraint. |
RectangleConstraint | Returns a constraint that matches this one on the width attributes,
but has no height constraint. |
RectangleConstraint | Returns a constraint that matches this one on the height attributes,
but has no width constraint. |