Package ca.phon.ui
Class FontFormatter
java.lang.Object
ca.phon.ui.FontFormatter
@FormatterType(java.awt.Font.class)
public class FontFormatter
extends Object
implements Formatter<Font>
Formatter for
Font
s-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FontFormatter
public FontFormatter()
-
-
Method Details
-
format
Description copied from interface:Formatter
Convert the given object into a formatted String. -
parse
Description copied from interface:Formatter
Parse the given string into a new object instance- Specified by:
parse
in interfaceFormatter<Font>
- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-