Uses of Class
org.jfree.chart.editor.DefaultTitleEditor
-
Packages that use DefaultTitleEditor Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of DefaultTitleEditor in org.jfree.chart.editor
Fields in org.jfree.chart.editor declared as DefaultTitleEditor Modifier and Type Field Description private DefaultTitleEditor
DefaultChartEditor. titleEditor
A panel for displaying/editing the properties of the title.Methods in org.jfree.chart.editor that return DefaultTitleEditor Modifier and Type Method Description DefaultTitleEditor
DefaultChartEditor. getTitleEditor()
Returns a reference to the title editor.
-