cookxml.cookswing.helper
Class FontHelper

java.lang.Object
  extended bycookxml.cookswing.helper.FontHelper
All Implemented Interfaces:
Helper, NoAdd

public class FontHelper
extends Object
implements Helper

Helper class for constructing a Font object.

Since:
CookSwing 1.0
See Also:
Font, FontConverter

Field Summary
 Locale locale
           
 String ui
           
 Font value
           
 
Constructor Summary
FontHelper()
           
 
Method Summary
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Font value

ui

public String ui

locale

public Locale locale
Constructor Detail

FontHelper

public FontHelper()
Method Detail

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper