cookxml.cookswing.helper
Class ColorHelper
java.lang.Object
cookxml.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public Color value
- DecodeEngine will call the ColorConverter to convert the string to color.
ui
public String ui
locale
public Locale locale
ColorHelper
public ColorHelper()
getFinalObject
public Object getFinalObject()
- Specified by:
getFinalObject
in interface Helper