Constant Field Values

Contents

org.woehlke.*

  • org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.ConfigProperties
    Modifier and Type Constant Field Value
    public static final java.lang.String BUTTON_MOORE "Moore"
    public static final java.lang.String BUTTON_VON_NEUMANN "Von Neumann"
    public static final java.lang.String BUTTON_WOEHLKE "Woehlke"
    public static final java.lang.String HEIGHT "468"
    public static final java.lang.String KEY "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config."
    public static final java.lang.String KEY_BUTTON_MOORE "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.buttonMoore"
    public static final java.lang.String KEY_BUTTON_VON_NEUMANN "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.buttonVonNeumann"
    public static final java.lang.String KEY_BUTTON_WOEHLKE "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.buttonWoehlke"
    public static final java.lang.String KEY_HEIGHT "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.height"
    public static final java.lang.String KEY_NEIGHBORHOOD "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.neighborhood"
    public static final java.lang.String KEY_SUBTITLE "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.subtitle"
    public static final java.lang.String KEY_TITLE "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.title"
    public static final java.lang.String KEY_WIDTH "org.woehlke.computer.kurzweil.cyclic.cellular.automaton.config.width"
    public static final java.lang.String NEIGHBORHOOD "Neighborhood"
    public static final java.lang.String SUBTITLE "(c) 2019 Thomas Woehlke"
    public static final java.lang.String TITLE "cyclic cellular automaton"
    public static final java.lang.String WIDTH "640"