Uses of Class
org.jfree.chart.title.Title
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Uses of Title in org.jfree.chart
Methods in org.jfree.chart that return Title Modifier and Type Method Description Title
JFreeChart. getSubtitle(int index)
Returns a chart subtitle.Methods in org.jfree.chart with parameters of type Title Modifier and Type Method Description void
JFreeChart. addSubtitle(Title subtitle)
Adds a chart subtitle, and notifies registered listeners that the chart has been modified.void
JFreeChart. drawTitle(Title title, Graphics2D g2, Rectangle2D area)
Draws a title. -
Uses of Title in org.jfree.chart.event
Methods in org.jfree.chart.event that return Title Modifier and Type Method Description Title
TitleChangeEvent. getTitle()
Returns the title that generated the event.Constructors in org.jfree.chart.event with parameters of type Title Constructor Description TitleChangeEvent(Title title)
Default constructor. -
Uses of Title in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type Title Modifier and Type Method Description void
JThermometer. addSubitle(Title subtitle)
Adds a subtitle to the chart. -
Uses of Title in org.jfree.chart.title
Subclasses of Title in org.jfree.chart.title Modifier and Type Class Description class
DateTitle
A chart title that displays the date.class
ImageTitle
A chart title that displays an image.class
LegendTitle
A chart title that displays a legend for the data in the chart.class
TextTitle
A chart title that displays a text string. -
Uses of Title in org.jfree.chart.ui
Methods in org.jfree.chart.ui with parameters of type Title Modifier and Type Method Description void
TitlePropertyEditPanel. setTitleProperties(Title title)
Sets the properties of the specified title to match the properties defined on this panel.Constructors in org.jfree.chart.ui with parameters of type Title Constructor Description TitlePropertyEditPanel(Title title)
Standard constructor: builds a panel for displaying/editing the properties of the specified title.