Uses of Interface
org.jfree.chart.block.Block
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
| org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
-
Uses of Block in org.jfree.chart
Methods in org.jfree.chart with parameters of type Block Modifier and Type Method Description protected voidStandardChartTheme. applyToBlock(Block b)Applies the attributes of this theme to the specified block. -
Uses of Block in org.jfree.chart.block
Classes in org.jfree.chart.block that implement Block Modifier and Type Class Description classBlockContainerA container for a collection ofBlockobjects.classColorBlockA block that is filled with a single color.classEmptyBlockAn empty block with a fixed size.classLabelBlockA block containing a label.Methods in org.jfree.chart.block with parameters of type Block Modifier and Type Method Description voidArrangement. add(Block block, Object key)Adds a block and a key which can be used to determine the position of the block in the arrangement.voidBlockContainer. add(Block block)Adds a block to the container.voidBlockContainer. add(Block block, Object key)Adds a block to the container.voidBorderArrangement. add(Block block, Object key)Adds a block to the arrangement manager at the specified edge.voidCenterArrangement. add(Block block, Object key)Adds a block to be managed by this instance.voidColumnArrangement. add(Block block, Object key)Adds a block to be managed by this instance.voidFlowArrangement. add(Block block, Object key)Adds a block to be managed by this instance.voidGridArrangement. add(Block block, Object key)Adds a block and a key which can be used to determine the position of the block in the arrangement. -
Uses of Block in org.jfree.chart.title
Classes in org.jfree.chart.title that implement Block Modifier and Type Class Description classCompositeTitleA title that contains multiple titles within aBlockContainer.classDateTitleA chart title that displays the date.classImageTitleA chart title that displays an image.classLegendGraphicThe graphical item within a legend item.classLegendItemBlockContainerA container that holds all the pieces of a single legend item.classLegendTitleA chart title that displays a legend for the data in the chart.classPaintScaleLegendA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.classShortTextTitleA text title that is only displayed if the entire text will be visible without line wrapping.classTextTitleA chart title that displays a text string with automatic wrapping as required.classTitleThe base class for all chart titles.Methods in org.jfree.chart.title that return Block Modifier and Type Method Description protected BlockLegendTitle. createLegendItemBlock(LegendItem item)Creates a legend item block.