Enum Class FillModes

java.lang.Object
java.lang.Enum<FillModes>
llnl.gnem.core.gui.plotting.api.FillModes
All Implemented Interfaces:
Serializable, Comparable<FillModes>, Constable

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

    • DEFAULT

      public static final FillModes DEFAULT
    • TO_ZERO_Y

      public static final FillModes TO_ZERO_Y
    • TO_ZERO_X

      public static final FillModes TO_ZERO_X
    • TO_NEXT_Y

      public static final FillModes TO_NEXT_Y
    • TO_NEXT_X

      public static final FillModes TO_NEXT_X
    • TO_SELF

      public static final FillModes TO_SELF
    • TO_NEXT

      public static final FillModes TO_NEXT
  • Method Details

    • values

      public static FillModes[] 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 FillModes 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
    • getFillModeName

      public String getFillModeName()