Uses of Interface
org.jfree.chart.block.Block
Packages that use Block
Package
Description
Core classes, including
JFreeChart and
ChartPanel.Blocks and layout classes used extensively by the
LegendTitle class.Classes used to display chart titles and subtitles.
-
Uses of Block in org.jfree.chart
Methods in org.jfree.chart with parameters of type BlockModifier and TypeMethodDescriptionprotected 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 BlockModifier and TypeClassDescriptionclassA container for a collection ofBlockobjects.classA block that is filled with a single color.classAn empty block with a fixed size.classA block containing a label.Methods in org.jfree.chart.block with parameters of type BlockModifier and TypeMethodDescriptionvoidAdds a block and a key which can be used to determine the position of the block in the arrangement.voidAdds a block to the container.voidAdds a block to the container.voidAdds a block to the arrangement manager at the specified edge.voidAdds a block to be managed by this instance.voidAdds a block to be managed by this instance.voidAdds a block to be managed by this instance.voidAdds 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 BlockModifier and TypeClassDescriptionclassA title that contains multiple titles within aBlockContainer.classA chart title that displays the date.classA chart title that displays an image.classThe graphical item within a legend item.classA container that holds all the pieces of a single legend item.classA chart title that displays a legend for the data in the chart.classA legend that shows a range of values and their associated colors, driven by an underlyingPaintScaleimplementation.classA text title that is only displayed if the entire text will be visible without line wrapping.classA chart title that displays a text string with automatic wrapping as required.classThe base class for all chart titles.Methods in org.jfree.chart.title that return BlockModifier and TypeMethodDescriptionprotected BlockLegendTitle.createLegendItemBlock(LegendItem item) Creates a legend item block.