org.jfree.ui
public class FontDisplayField extends JTextField
Field Summary | |
---|---|
protected static ResourceBundle | localizationResources The resourceBundle for the localization. |
Constructor Summary | |
---|---|
FontDisplayField(Font font)
Standard constructor - builds a FontDescriptionField initialised with the specified font.
|
Method Summary | |
---|---|
Font | getDisplayFont()
Returns the current font.
|
void | setDisplayFont(Font font)
Sets the font.
|
Parameters: font the font.
Returns: the font.
Parameters: font the font.