Enum Class RenderFlag

java.lang.Object
java.lang.Enum<RenderFlag>
de.hsh.graja.regression.report.treevisualiser.RenderFlag
All Implemented Interfaces:
Serializable, Comparable<RenderFlag>, Constable

public enum RenderFlag extends Enum<RenderFlag>
  • Enum Constant Details

    • OKAY

      public static final RenderFlag OKAY
    • MISSING

      public static final RenderFlag MISSING
    • EXCESSIVE

      public static final RenderFlag EXCESSIVE
    • TURNING_POINT

      public static final RenderFlag TURNING_POINT
    • UNEQUAL_CLASS

      public static final RenderFlag UNEQUAL_CLASS
    • UNEQUAL

      public static final RenderFlag UNEQUAL
    • DEBUG

      public static final RenderFlag DEBUG
  • Field Details

    • RENDER_NORMALLY

      public static final Set<RenderFlag> RENDER_NORMALLY
  • Method Details

    • values

      public static RenderFlag[] 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 RenderFlag 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
    • getColor

      public String getColor()
    • getDescription

      public String getDescription()
    • getPublicFlags

      public static List<RenderFlag> getPublicFlags()
    • idForMultiColor

      public static String idForMultiColor(Set<RenderFlag> flags)
    • allMultiColorDefs

      public static String allMultiColorDefs()
    • requestMultiColor

      public static void requestMultiColor(Set<RenderFlag> flags)