Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jfree.chart.block Classes and Interfaces - 21 results found.
| Name | Description | Type | Package | Framework |
| AbstractBlock | A convenience class for creating new classes that implement the Block interface. | Class | org.jfree.chart.block | JFreeChart |
|
| Arrangement | An object that is responsible for arranging a collection of Blocks within a BlockContainer. | Interface | org.jfree.chart.block | JFreeChart |
|
| 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 | Interface | org.jfree.chart.block | JFreeChart |
|
| BlockBorder | A border for a block. | Class | org.jfree.chart.block | JFreeChart |
|
| BlockContainer | A container for a collection of Block objects. | Class | org.jfree.chart.block | JFreeChart |
|
| BlockFrame | A block frame is a type of border that can be drawn around the outside of any AbstractBlock. | Interface | org.jfree.chart.block | JFreeChart |
|
| BlockParams | A standard parameter object that can be passed to the draw() method defined by the Block class. | Class | org.jfree.chart.block | JFreeChart |
|
| BlockResult | | Class | org.jfree.chart.block | JFreeChart |
|
| BorderArrangement | An arrangement manager that lays out blocks in a similar way to Swing's BorderLayout class. | Class | org.jfree.chart.block | JFreeChart |
|
| CenterArrangement | Arranges a block in the center of its container. | Class | org.jfree.chart.block | JFreeChart |
|
| ColorBlock | A block that is filled with a single color. | Class | org.jfree.chart.block | JFreeChart |
|
| ColumnArrangement | Arranges blocks in a column layout. | Class | org.jfree.chart.block | JFreeChart |
|
| EmptyBlock | An empty block with a fixed size. | Class | org.jfree.chart.block | JFreeChart |
|
| EntityBlockParams | An interface that is used by the draw() method of some Block implementations to determine whether or not to generate entities for the | Interface | org.jfree.chart.block | JFreeChart |
|
| EntityBlockResult | Provides access to the EntityCollection generated when a block isReturns the entity collection. | Interface | org.jfree.chart.block | JFreeChart |
|
| FlowArrangement | Arranges blocks in a flow layout. | Class | org.jfree.chart.block | JFreeChart |
|
| GridArrangement | Arranges blocks in a grid within their container. | Class | org.jfree.chart.block | JFreeChart |
|
| LabelBlock | A block containing a label. | Class | org.jfree.chart.block | JFreeChart |
|
| LengthConstraintType | Defines tokens used to indicate a length constraint type. | Class | org.jfree.chart.block | JFreeChart |
|
| LineBorder | A line border for any AbstractBlock. | Class | org.jfree.chart.block | JFreeChart |
|
| RectangleConstraint | A description of a constraint for resizing a rectangle. | Class | org.jfree.chart.block | JFreeChart |