Uses of Interface
org.jfree.chart.block.BlockFrame
-
Packages that use BlockFrame Package Description org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitle
class. -
-
Uses of BlockFrame in org.jfree.chart.block
Classes in org.jfree.chart.block that implement BlockFrame Modifier and Type Class Description class
BlockBorder
A border for a block.class
LineBorder
A line border for anyAbstractBlock
.Fields in org.jfree.chart.block declared as BlockFrame Modifier and Type Field Description private BlockFrame
AbstractBlock. frame
The frame (or border) for the block.Methods in org.jfree.chart.block that return BlockFrame Modifier and Type Method Description BlockFrame
AbstractBlock. getFrame()
Returns the current frame (border).Methods in org.jfree.chart.block with parameters of type BlockFrame Modifier and Type Method Description void
AbstractBlock. setFrame(BlockFrame frame)
Sets the frame (or border).
-