Class DefaultTables


  • public class DefaultTables
    extends Object
    • Constructor Detail

      • DefaultTables

        public DefaultTables()
    • Method Detail

      • addRuntimeTable

        public static void addRuntimeTable​(String name,
                                           String palette)
        Method to add a table at runtime to the tables available.
        Parameters:
        name - the name of the table.
        palette - the colors and values.
      • getTableString

        public String getTableString​(String name)
      • getTableNames

        public static String[] getTableNames()