Uses of Class
org.jfree.chart.block.AbstractBlock
Packages that use AbstractBlock
-
Uses of AbstractBlock in org.jfree.chart.block
Subclasses of AbstractBlock in org.jfree.chart.blockModifier and TypeClassDescriptionclass
A container for a collection ofBlock
objects.class
A block that is filled with a single color.class
An empty block with a fixed size.class
A block containing a label. -
Uses of AbstractBlock in org.jfree.chart.title
Subclasses of AbstractBlock in org.jfree.chart.titleModifier and TypeClassDescriptionclass
A title that contains multiple titles within aBlockContainer
.class
A chart title that displays the date.class
A chart title that displays an image.class
The graphical item within a legend item.class
A container that holds all the pieces of a single legend item.class
A chart title that displays a legend for the data in the chart.class
A legend that shows a range of values and their associated colors, driven by an underlyingPaintScale
implementation.class
A text title that is only displayed if the entire text will be visible without line wrapping.class
A chart title that displays a text string with automatic wrapping as required.class
The base class for all chart titles.