Enum TargetType

java.lang.Object
java.lang.Enum<TargetType>
com.agisoft.metashape.TargetType
All Implemented Interfaces:
Serializable, Comparable<TargetType>

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

    • TargetType8Bit

      public static final TargetType TargetType8Bit
    • TargetType10Bit

      public static final TargetType TargetType10Bit
    • TargetType12Bit

      public static final TargetType TargetType12Bit
    • TargetType14Bit

      public static final TargetType TargetType14Bit
    • TargetType16Bit

      public static final TargetType TargetType16Bit
    • TargetType18Bit

      public static final TargetType TargetType18Bit
    • TargetType20Bit

      public static final TargetType TargetType20Bit
    • TargetTypeCross

      public static final TargetType TargetTypeCross
    • TargetTypeCircle

      public static final TargetType TargetTypeCircle
  • Method Details

    • values

      public static TargetType[] 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 TargetType 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