Enum Effect

java.lang.Object
java.lang.Enum<Effect>
net.jalbum.filters.arty.Effect
All Implemented Interfaces:
Serializable, Comparable<Effect>, Constable

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

    • none

      public static final Effect none
    • sunflower

      public static final Effect sunflower
    • rainflower

      public static final Effect rainflower
    • lily

      public static final Effect lily
    • pink

      public static final Effect pink
    • thistle

      public static final Effect thistle
    • tulip

      public static final Effect tulip
    • snowdrop

      public static final Effect snowdrop
    • daisy

      public static final Effect daisy
    • crossprocessed

      public static final Effect crossprocessed
    • cinema

      public static final Effect cinema
    • redlitho

      public static final Effect redlitho
  • Method Details

    • values

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

      public static Effect valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getFilter

      public JAFilter getFilter()
    • hasBorder

      public boolean hasBorder()
      Draw extra visible border for icon painting
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Effect>
    • getToolTip

      public String getToolTip()