Constant Field Values

Contents

application.controller.*

  • application.controller.MainController 
    Modifier and Type Constant Field Value
    public static final int CELL_SIZE 1
    public static final int HEIGHT 4096
    public static final java.lang.String SETTINGS_FILE "settings.json"
    public static final int WIDTH 4096

application.model.*

  • application.model.rules.hrot.BaseHROT 
    Modifier and Type Constant Field Value
    protected static final java.lang.String hrotTransitions "(((\\d,(?=\\d))|(\\d-(?=\\d))|\\d)+)?"
  • application.model.rules.isotropic.rules.BaseINT 
    Modifier and Type Constant Field Value
    protected final java.lang.String neighbourhoodRegex "(M|K|H|B|FC|FE|C2|V2|C3)"
  • application.model.simulation.Grid 
    Modifier and Type Constant Field Value
    public static final int BLOCK_SIZE 8