| org.jfree.experimental.chart.swt.editor.SWTTitleEditor
SWTTitleEditor | class SWTTitleEditor extends Composite (Code) | | An editor for chart title properties.
|
Constructor Summary | |
| SWTTitleEditor(Composite parent, int style, Title title) Standard constructor: builds a panel for displaying/editing the
properties of the specified title. |
Method Summary | |
public Color | getTitleColor() Returns the font selected in the panel. | public FontData | getTitleFont() Returns the font selected in the panel. | public String | getTitleText() Returns the title text entered in the panel. | public void | setTitleProperties(JFreeChart chart) Sets the properties of the specified title to match the properties
defined on this panel. |
localizationResources | protected static ResourceBundle localizationResources(Code) | | The resourceBundle for the localization.
|
SWTTitleEditor | SWTTitleEditor(Composite parent, int style, Title title)(Code) | | Standard constructor: builds a panel for displaying/editing the
properties of the specified title.
Parameters: title - the title, which should be changed. |
getTitleColor | public Color getTitleColor()(Code) | | Returns the font selected in the panel.
The font selected in the panel. |
getTitleFont | public FontData getTitleFont()(Code) | | Returns the font selected in the panel.
The font selected in the panel. |
getTitleText | public String getTitleText()(Code) | | Returns the title text entered in the panel.
The title text entered in the panel. |
setTitleProperties | public void setTitleProperties(JFreeChart chart)(Code) | | Sets the properties of the specified title to match the properties
defined on this panel.
Parameters: chart - the chart whose title is to be modified. |
|
|