org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
Java Source File Name | Type | Comment |
CompositeTitle.java | Class | A title that contains multiple titles within a
BlockContainer . |
DateTitle.java | Class | A chart title that displays the date.
Keep in mind that a chart can have several titles, and that they can appear
at the top, left, right or bottom of the chart - a DateTitle
will commonly appear at the bottom of a chart, although you can place it
anywhere.
By specifying the locale, dates are formatted to the correct standard for
the given locale. |
ImageTitle.java | Class | A chart title that displays an image. |
LegendGraphic.java | Class | The graphical item within a legend item. |
LegendItemBlockContainer.java | Class | A container that holds all the pieces of a single legend item. |
LegendTitle.java | Class | A chart title that displays a legend for the data in the chart. |
PaintScaleLegend.java | Class | A legend that shows a range of values and their associated colors, driven
by an underlying
PaintScale implementation. |
TextTitle.java | Class | A chart title that displays a text string with automatic wrapping as
required. |
Title.java | Class | The base class for all chart titles. |