Uses of Class
org.jfree.chart.title.TextTitle
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
-
Uses of TextTitle in org.jfree.chart
Methods in org.jfree.chart that return TextTitle Modifier and Type Method Description TextTitle
JFreeChart. getTitle()
Returns the chart title.Methods in org.jfree.chart with parameters of type TextTitle Modifier and Type Method Description void
JFreeChart. setTitle(TextTitle title)
Sets the title for the chart. -
Uses of TextTitle in org.jfree.chart.title
Subclasses of TextTitle in org.jfree.chart.title Modifier and Type Class Description class
DateTitle
A chart title that displays the date.