Class MetaData


  • public final class MetaData
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaData​(java.util.List<org.w3c.dom.Node> nodes)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaData

        public MetaData​(java.util.List<org.w3c.dom.Node> nodes)
    • Method Detail

      • getValueMap

        public java.util.Map<java.lang.String,​java.lang.Object> getValueMap()
      • getColor

        public static int getColor​(java.lang.String value)
        Returns the color value represented by the given string value
        Parameters:
        value - the color value
        Returns:
        the color as an int
        Throws:
        java.lang.NumberFormatException - if the conversion failed.