net.sf.basedb.clients.web.formatter
Class SpotImageFormatter
java.lang.Object
net.sf.basedb.clients.web.formatter.SpotImageFormatter
- All Implemented Interfaces:
- Formatter<Integer>
public class SpotImageFormatter
- extends Object
- implements Formatter<Integer>
- Version:
- 2.0
- Author:
- nicklas
- Last modified
- $Date: 2008-09-11 22:05:50 +0200 (Thu, 11 Sep 2008) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dc
private final DbControl dc
rawDataType
private final RawDataType rawDataType
ID
private final String ID
root
private final String root
SpotImageFormatter
public SpotImageFormatter(DbControl dc,
RawDataType rawDataType,
String root)
format
public String format(Integer value)
- Description copied from interface:
Formatter
- Format a value by converting it to a string.
- Specified by:
format
in interface Formatter<Integer>
- Parameters:
value
- The value to format
- Returns:
- A formatted string
parseString
public Integer parseString(String value)
- Not supported.
- Specified by:
parseString
in interface Formatter<Integer>
- Parameters:
value
- The string to parse
- Returns:
- An object
- Since:
- 2.2