|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextTitle | |
---|---|
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 | |
---|---|
TextTitle |
JFreeChart.getTitle()
Returns the main chart title. |
Methods in org.jfree.chart with parameters of type TextTitle | |
---|---|
void |
JFreeChart.setTitle(TextTitle title)
Sets the main title for the chart and sends a ChartChangeEvent
to all registered listeners. |
Uses of TextTitle in org.jfree.chart.title |
---|
Subclasses of TextTitle in org.jfree.chart.title | |
---|---|
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. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |