Module platform
Package org.jfree.chart.block
package org.jfree.chart.block
-
ClassDescriptionA convenience class for creating new classes that implement the
Block
interface.An object that is responsible for arranging a collection ofBlock
s within aBlockContainer
.A block is an arbitrary item that can be drawn (in Java2D space) within a rectangular area, has a preferred size, and can be arranged by anArrangement
manager.A border for a block.A container for a collection ofBlock
objects.A block frame is a type of border that can be drawn around the outside of anyAbstractBlock
.A standard parameter object that can be passed to the draw() method defined by theBlock
class.Used to return results from the draw() method in theBlock
class.An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.Arranges a block in the center of its container.A block that is filled with a single color.Arranges blocks in a column layout.An empty block with a fixed size.An interface that is used by the draw() method of someBlock
implementations to determine whether or not to generate entities for the items within the block.Provides access to theEntityCollection
generated when a block is drawn.Arranges blocks in a flow layout.Arranges blocks in a grid within their container.A block containing a label.Defines tokens used to indicate a length constraint type.A line border for anyAbstractBlock
.A description of a constraint for resizing a rectangle.