Uses of Class org.jfree.chart.title.Title

Uses in package org.jfree.chart

Methods with parameter type org.jfree.chart.title.Title

void
JFreeChart.addSubtitle(int index, Title subtitle)
Adds a subtitle at a particular position in the subtitle list, and sends a ChartChangeEvent to all registered listeners.
void
Adds a chart subtitle, and notifies registered listeners that the chart has been modified.
EntityCollection
JFreeChart.drawTitle(Title t, Graphics2D g2, Rectangle2D area, boolean entities)
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
Returns a chart subtitle.

Uses in package org.jfree.chart.title

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 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.

Uses in package org.jfree.chart.plot

Methods with parameter type org.jfree.chart.title.Title

void
Adds a subtitle to the chart.

Uses in package org.jfree.chart.event

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.