Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
Modifier and Type | Method and Description |
---|---|
TextTitle |
JFreeChart.getTitle()
Returns the main chart title.
|
Modifier and Type | Method and Description |
---|---|
void |
JFreeChart.setTitle(TextTitle title)
Sets the main title for the chart and sends a
ChartChangeEvent
to all registered listeners. |
Modifier and Type | Class and Description |
---|---|
class |
DateTitle
A chart title that displays the date.
|
class |
ShortTextTitle
A text title that is only displayed if the entire text will be visible
without line wrapping.
|