Enum Class VuzixBubbleDelegate.Alignment

java.lang.Object
java.lang.Enum<VuzixBubbleDelegate.Alignment>
com.vuzix.sdk.speechrecognitionservice.VuzixBubbleDelegate.Alignment
All Implemented Interfaces:
Serializable, Comparable<VuzixBubbleDelegate.Alignment>, Constable
Enclosing class:
VuzixBubbleDelegate

public static enum VuzixBubbleDelegate.Alignment extends Enum<VuzixBubbleDelegate.Alignment>
Defines alignment positions for the on-screen help bubble
Since:
SDK version 1.96
  • Enum Constant Details

  • Method Details

    • values

      public static VuzixBubbleDelegate.Alignment[] 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 VuzixBubbleDelegate.Alignment 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
    • getValue

      public int getValue()
      Get the corresponding integer representation of the enum
      Returns:
      int corresponding integer representation of the enum
      Since:
      SDK version 1.96