Uses of Class
org.jfree.chart.title.TextTitle
-
Packages that use TextTitle Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.title Classes used to display chart titles and subtitles. -
-
Uses of TextTitle in org.jfree.chart
Fields in org.jfree.chart declared as TextTitle Modifier and Type Field Description private TextTitleJFreeChart. titleThe chart title (optional).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.
-