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 theLegendTitleclass. -
-
Uses of BlockBorder in org.jfree.chart.block
Fields in org.jfree.chart.block declared as BlockBorder Modifier and Type Field Description static BlockBorderBlockBorder. NONEAn empty border.Methods in org.jfree.chart.block that return BlockBorder Modifier and Type Method Description BlockBorderAbstractBlock. getBorder()Deprecated.UseAbstractBlock.getFrame()instead.Methods in org.jfree.chart.block with parameters of type BlockBorder Modifier and Type Method Description voidAbstractBlock. setBorder(BlockBorder border)Deprecated.UseAbstractBlock.setFrame(BlockFrame)instead.
-