Enum Class RadioButtons

java.lang.Object
java.lang.Enum<RadioButtons>
org.woehlke.computer.kurzweil.tabs.kochsnowflake.ui.RadioButtons
All Implemented Interfaces:
Serializable, Comparable<RadioButtons>, Constable

public enum RadioButtons extends Enum<RadioButtons>
Mandelbrot Set drawn by a Turing Machine. (C) 2006 - 2015 Thomas Woehlke. https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
Author:
Thomas Woehlke Created by tw on 16.12.2019.
  • Enum Constant Details

    • RADIO_BUTTONS_SWITCH

      public static final RadioButtons RADIO_BUTTONS_SWITCH
    • RADIO_BUTTONS_ZOOM

      public static final RadioButtons RADIO_BUTTONS_ZOOM
  • Method Details

    • values

      public static RadioButtons[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RadioButtons valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null