Enum Class Formplan_fuge.ThMode

java.lang.Object
java.lang.Enum<Formplan_fuge.ThMode>
eu.bandm.music.top.Formplan_fuge.ThMode
All Implemented Interfaces:
Serializable, Comparable<Formplan_fuge.ThMode>, Constable
Enclosing class:
Formplan_fuge

public static enum Formplan_fuge.ThMode extends Enum<Formplan_fuge.ThMode>
How to match themes to graphical or acoustical representations.
  • Enum Constant Details

    • noDifference

      public static final Formplan_fuge.ThMode noDifference
      No graphic/acousting differentiations for themes.
    • bySubject

      public static final Formplan_fuge.ThMode bySubject
      Use different graphics or sounds for different themes.
    • byForm

      public static final Formplan_fuge.ThMode byForm
      Use different graphics or sounds for dux and comes.
    • byTempo

      public static final Formplan_fuge.ThMode byTempo
      Use different graphics or sounds for augmentation and diminuition.
    • byDirection

      public static final Formplan_fuge.ThMode byDirection
      Use different graphics or sounds for the dodecaid forms O, I, R, RI.
  • Method Details

    • values

      public static Formplan_fuge.ThMode[] 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 Formplan_fuge.ThMode 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
    • worksFor

      public abstract boolean worksFor(Formplan_fuge plan)