Uses of Class
org.jfree.chart.block.BlockBorder
-
Packages that use BlockBorder Package Description org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitle
class. -
-
Uses of BlockBorder in org.jfree.chart.block
Fields in org.jfree.chart.block declared as BlockBorder Modifier and Type Field Description static BlockBorder
BlockBorder. NONE
An empty border.Methods in org.jfree.chart.block that return BlockBorder Modifier and Type Method Description BlockBorder
AbstractBlock. getBorder()
Deprecated.UseAbstractBlock.getFrame()
instead.Methods in org.jfree.chart.block with parameters of type BlockBorder Modifier and Type Method Description void
AbstractBlock. setBorder(BlockBorder border)
Deprecated.UseAbstractBlock.setFrame(BlockFrame)
instead.
-