cookxml.cookswing.helper
Class ColorHelper

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

public class ColorHelper
extends Object
implements Helper

Helper class for constructing a Color object.

Since:
CookSwing 1.0
See Also:
Color, ColorConverter

Field Summary
 Locale locale
           
 String ui
           
 Color value
          DecodeEngine will call the ColorConverter to convert the string to color.
 
Constructor Summary
ColorHelper()
           
 
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 Color value
DecodeEngine will call the ColorConverter to convert the string to color.


ui

public String ui

locale

public Locale locale
Constructor Detail

ColorHelper

public ColorHelper()
Method Detail

getFinalObject

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