| |
|
| javax.swing.JTextField org.jfree.ui.FontDisplayField
FontDisplayField | public class FontDisplayField extends JTextField (Code) | | A field for displaying a font selection. The display field itself is read-only, to the developer
must provide another mechanism to allow the user to change the font.
author: David Gilbert |
Constructor Summary | |
public | FontDisplayField(Font font) Standard constructor - builds a FontDescriptionField initialised with the specified font. |
localizationResources | final protected static ResourceBundle localizationResources(Code) | | The resourceBundle for the localization.
|
FontDisplayField | public FontDisplayField(Font font)(Code) | | Standard constructor - builds a FontDescriptionField initialised with the specified font.
Parameters: font - the font. |
getDisplayFont | public Font getDisplayFont()(Code) | | Returns the current font.
the font. |
setDisplayFont | public void setDisplayFont(Font font)(Code) | | Sets the font.
Parameters: font - the font. |
|
|
|