Uses of Interface
org.jfree.chart.block.BlockFrame
| Package | Description |
|---|---|
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
-
Uses of BlockFrame in org.jfree.chart.block
Classes in org.jfree.chart.block that implement BlockFrame Modifier and Type Class Description classBlockBorderA border for a block.classLineBorderA line border for anyAbstractBlock.Methods in org.jfree.chart.block that return BlockFrame Modifier and Type Method Description BlockFrameAbstractBlock. getFrame()Returns the current frame (border).Methods in org.jfree.chart.block with parameters of type BlockFrame Modifier and Type Method Description voidAbstractBlock. setFrame(BlockFrame frame)Sets the frame (or border).