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 theLegendTitleclass. -
-
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.Fields in org.jfree.chart.block declared as BlockFrame Modifier and Type Field Description private BlockFrameAbstractBlock. frameThe frame (or border) for the block.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).
-