Header
And More


Uses of Package
org.jfree.chart.block

Packages that use org.jfree.chart.block
org.jfree.chart Core classes, including JFreeChart and ChartPanel
org.jfree.chart.block Blocks and layout classes used extensively by the LegendTitle class. 
org.jfree.chart.title Classes used to display chart titles and subtitles. 
 

Classes in org.jfree.chart.block used by org.jfree.chart
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.
BlockContainer
          A container for a collection of Block objects.
 

Classes in org.jfree.chart.block used by org.jfree.chart.block
AbstractBlock
          A convenience class for creating new classes that implement the Block interface.
Arrangement
          An object that is responsible for arranging a collection of Blocks within a BlockContainer.
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.
BlockBorder
          A border for a block.
BlockContainer
          A container for a collection of Block objects.
BlockFrame
          A block frame is a type of border that can be drawn around the outside of any AbstractBlock.
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.
EntityBlockResult
          Provides access to the EntityCollection generated when a block is drawn.
LengthConstraintType
          Defines tokens used to indicate a length constraint type.
RectangleConstraint
          A description of a constraint for resizing a rectangle.
 

Classes in org.jfree.chart.block used by org.jfree.chart.title
AbstractBlock
          A convenience class for creating new classes that implement the Block interface.
Arrangement
          An object that is responsible for arranging a collection of Blocks within a BlockContainer.
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.
BlockContainer
          A container for a collection of Block objects.
RectangleConstraint
          A description of a constraint for resizing a rectangle.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.