Enum Class Enums.Icon

java.lang.Object
java.lang.Enum<Enums.Icon>
com.motivewave.platform.sdk.common.Enums.Icon
All Implemented Interfaces:
Serializable, Comparable<Enums.Icon>, Constable
Enclosing interface:
Enums

public static enum Enums.Icon extends Enum<Enums.Icon>
  • Enum Constant Details

    • SINE_WAVE

      public static final Enums.Icon SINE_WAVE
    • SHIFT

      public static final Enums.Icon SHIFT
    • BRIGHTNESS_CONTRAST

      public static final Enums.Icon BRIGHTNESS_CONTRAST
    • ENLARGE_CIRCLE

      public static final Enums.Icon ENLARGE_CIRCLE
    • CONTRAST

      public static final Enums.Icon CONTRAST
    • OPACITY

      public static final Enums.Icon OPACITY
    • ARROW_RIGHT

      public static final Enums.Icon ARROW_RIGHT
    • ARROW_LEFT

      public static final Enums.Icon ARROW_LEFT
    • ARROW_UP

      public static final Enums.Icon ARROW_UP
    • ARROW_DOWN

      public static final Enums.Icon ARROW_DOWN
  • Method Details

    • values

      public static Enums.Icon[] 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 Enums.Icon 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
    • get

      public javafx.scene.Node get()
    • get

      public javafx.scene.Node get(int size)
    • get

      public javafx.scene.Node get(javafx.scene.paint.Paint color1, javafx.scene.paint.Paint color2, javafx.scene.paint.Paint color3, javafx.scene.paint.Paint color4, int w, int h)