Enum MPSGraphPaddingStyle

java.lang.Object
java.lang.Enum<MPSGraphPaddingStyle>
org.robovm.apple.metalpsgraph.MPSGraphPaddingStyle
All Implemented Interfaces:
Serializable, Comparable<MPSGraphPaddingStyle>, ValuedEnum

public enum MPSGraphPaddingStyle
extends Enum<MPSGraphPaddingStyle>
implements ValuedEnum
  • Enum Constant Details

    • Explicit

      public static final MPSGraphPaddingStyle Explicit
      Since:
      Available in iOS 14.0 and later.
    • TF_VALID

      public static final MPSGraphPaddingStyle TF_VALID
      Since:
      Available in iOS 14.0 and later.
    • TF_SAME

      public static final MPSGraphPaddingStyle TF_SAME
      Since:
      Available in iOS 14.0 and later.
    • ExplicitOffset

      public static final MPSGraphPaddingStyle ExplicitOffset
      Since:
      Available in iOS 15.0 and later.
  • Method Details

    • values

      public static MPSGraphPaddingStyle[] 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 MPSGraphPaddingStyle 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
    • value

      public long value()
      Specified by:
      value in interface ValuedEnum
    • valueOf

      public static MPSGraphPaddingStyle valueOf​(long n)
      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:
      n - 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