public final class MetaData extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getColor(String value)
Returns the color value represented by the given string value
|
Map<String,Object> |
getValueMap() |
void |
init(ResourceTable resourceTable,
String packageName) |
public void init(ResourceTable resourceTable, String packageName) throws RoboNotFoundException
RoboNotFoundException
public static int getColor(String value)
Returns the color value represented by the given string value
value
- the color valueNumberFormatException
- if the conversion failed.