jaxx.compiler.types
Class ColorConverter
java.lang.Object
jaxx.compiler.types.ColorConverter
- All Implemented Interfaces:
- TypeConverter
public class ColorConverter
- extends Object
- implements TypeConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorConverter
public ColorConverter()
getSupportedTypes
public Class<?>[] getSupportedTypes()
- Specified by:
getSupportedTypes in interface TypeConverter
getJavaCode
public String getJavaCode(Object object)
- Specified by:
getJavaCode in interface TypeConverter
convertFromString
public Object convertFromString(String string,
Class<?> type)
- Specified by:
convertFromString in interface TypeConverter
Copyright © 2008-2012 CodeLutin. All Rights Reserved.