cookxml.cookswt.helper
Class FontHelper

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

public class FontHelper
extends Object
implements Helper

Helper class for constructing a Font object.

Since:
CookSwt 1.0
See Also:
Font, FontConverter

Field Summary
 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
Constructor Detail

FontHelper

public FontHelper()
Method Detail

getFinalObject

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