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 main chart title.Methods in org.jfree.chart with parameters of type TextTitle Modifier and Type Method Description voidJFreeChart. setTitle(TextTitle title)Sets the main title for the chart and sends aChartChangeEventto all registered listeners. -
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.classShortTextTitleA text title that is only displayed if the entire text will be visible without line wrapping.