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 TextTitleJFreeChart. getTitle()Returns the chart title.Methods in org.jfree.chart with parameters of type TextTitle Modifier and Type Method Description voidJFreeChart. 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 classDateTitleA chart title that displays the date.