public final class MetaData
extends java.lang.Object
Constructor and Description |
---|
MetaData(java.util.List<org.w3c.dom.Node> nodes) |
Modifier and Type | Method and Description |
---|---|
static int |
getColor(java.lang.String value)
Returns the color value represented by the given string value
|
java.util.Map<java.lang.String,java.lang.Object> |
getValueMap() |
void |
init(ResourceTable resourceTable,
java.lang.String packageName) |
public void init(ResourceTable resourceTable, java.lang.String packageName) throws RoboNotFoundException
RoboNotFoundException
public java.util.Map<java.lang.String,java.lang.Object> getValueMap()
public static int getColor(java.lang.String value)
Returns the color value represented by the given string value
value
- the color valuejava.lang.NumberFormatException
- if the conversion failed.