Frames | No Frames |
Methods with parameter type org.jfree.chart.title.Title | |
void | Adds a subtitle to the chart. |
Classes derived from org.jfree.chart.title.Title | |
class | A title that contains multiple titles within a BlockContainer . |
class | A chart title that displays the date. |
class | A chart title that displays an image. |
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 underlying PaintScale implementation. |
class | A chart title that displays a text string with automatic wrapping as
required. |
Methods with parameter type org.jfree.chart.title.Title | |
void | Adds a chart subtitle, and notifies registered listeners that the chart
has been modified. |
EntityCollection | Draws a title. |
void | Removes the specified subtitle and sends a ChartChangeEvent to
all registered listeners. |
Methods with return type org.jfree.chart.title.Title | |
Title | JFreeChart.getSubtitle(int index) Returns a chart subtitle. |
Constructors with parameter type org.jfree.chart.title.Title | |
Default constructor. |
Methods with return type org.jfree.chart.title.Title | |
Title | Returns the title that generated the event. |