Home » jcommon-1.0.13 » org » jfree » chart » block »

org.jfree.chart.block

Sub Packages:

org.jfree.chart.block.junit   Blocks and layout classes used extensively by the org.jfree.chart.title.LegendTitle class.  

Interfaces:

Arrangement   An object that is responsible for arranging a collection of Block s within a BlockContainer code | html
Block   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 an Arrangement manager.  code | html
BlockFrame   A block frame is a type of border that can be drawn around the outside of any AbstractBlock code | html
EntityBlockParams   An interface that is used by the draw() method of some Block implementations to determine whether or not to generate entities for the items within the block.  code | html
EntityBlockResult   Provides access to the EntityCollection generated when a block is drawn.  code | html

Classes:

AbstractBlock   A convenience class for creating new classes that implement the Block interface.  code | html
BlockBorder   A border for a block. This class is immutable.  code | html
BlockContainer   A container for a collection of Block objects.  code | html
BlockParams   A standard parameter object that can be passed to the draw() method defined by the Block class.  code | html
BlockResult   Used to return results from the draw() method in the Block class.  code | html
BorderArrangement   An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.  code | html
CenterArrangement   Arranges a block in the center of its container. This class is immutable.  code | html
ColorBlock   A block that is filled with a single color.  code | html
ColumnArrangement   Arranges blocks in a column layout. This class is immutable.  code | html
EmptyBlock   An empty block with a fixed size.  code | html
FlowArrangement   Arranges blocks in a flow layout. This class is immutable.  code | html
GridArrangement   Arranges blocks in a grid within their container.  code | html
LabelBlock   A block containing a label.  code | html
LengthConstraintType   Defines tokens used to indicate a length constraint type.  code | html
LineBorder   A line border for any AbstractBlock code | html
RectangleConstraint   A description of a constraint for resizing a rectangle.  code | html