Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.chart.block.junit.* (9)

org.jfree.chart.block: Javadoc index of package org.jfree.chart.block.


Package Samples:

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

Classes:

BlockContainer: A container for a collection of Block objects. The container uses an Arrangement object to handle the position of each block.
Arrangement: An object that is responsible for arranging a collection of Block s 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.
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.
BlockParams: A standard parameter object that can be passed to the draw() method defined by the Block class.
AbstractBlock: A convenience class for creating new classes that implement the Block interface.
BlockResult: Used to return results from the draw() method in the Block class.
EntityBlockResult: Provides access to the org.jfree.chart.entity.EntityCollection generated when a block is drawn.
RectangleConstraintTests: Tests for the org.jfree.chart.block.RectangleConstraint class.
BorderArrangementTests: Tests for the org.jfree.chart.block.BorderArrangement class.
ColumnArrangementTests: Tests for the org.jfree.chart.block.ColumnArrangement class.
BlockPackageTests: A collection of tests for the org.jfree.chart.block package. These tests can be run using JUnit (http://www.junit.org).
FlowArrangementTests: Tests for the org.jfree.chart.block.FlowArrangement class.
GridArrangementTests: Tests for the org.jfree.chart.block.GridArrangement class.
BlockContainerTests: Tests for the org.jfree.chart.block.BlockContainer class.
BlockBorderTests: Tests for the org.jfree.chart.block.BlockBorder class.
EmptyBlockTests: Tests for the org.jfree.chart.block.EmptyBlock class.
BorderArrangement: An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class.
RectangleConstraint: A description of a constraint for resizing a rectangle. Constraints are immutable.
CenterArrangement: Arranges a block in the center of its container. This class is immutable.
ColumnArrangement: Arranges blocks in a column layout. This class is immutable.
FlowArrangement: Arranges blocks in a flow layout. This class is immutable.
LengthConstraintType: Defines tokens used to indicate a length constraint type.
GridArrangement: Arranges blocks in a grid within their container.
BlockBorder: A border for a block. This class is immutable.

Home | Contact Us | Privacy Policy | Terms of Service