Enum AztecSymbolSize

java.lang.Object
java.lang.Enum<AztecSymbolSize>
com.dynamicpdf.api.elements.AztecSymbolSize
All Implemented Interfaces:
Serializable, Comparable<AztecSymbolSize>, java.lang.constant.Constable

public enum AztecSymbolSize extends Enum<AztecSymbolSize>
Represents Aztec symbol sizes.
  • Enum Constant Details

    • AUTO

      public static final AztecSymbolSize AUTO
      Size auto.
    • FULL

      public static final AztecSymbolSize FULL
      Full size Aztec.
    • COMPACT

      public static final AztecSymbolSize COMPACT
      Compact size Aztec.
    • RUNE

      public static final AztecSymbolSize RUNE
      Aztec Runes.
    • R15XC15COMPACT

      public static final AztecSymbolSize R15XC15COMPACT
      15 rows by 15 columns, Compact size.
    • R19XC19COMPACT

      public static final AztecSymbolSize R19XC19COMPACT
      19 rows by 19 columns, Compact size.
    • R19XC19

      public static final AztecSymbolSize R19XC19
      19 rows by 19 columns.
    • R23XC23COMPACT

      public static final AztecSymbolSize R23XC23COMPACT
      23 rows by 23 columns, Compact size.
    • R23XC23

      public static final AztecSymbolSize R23XC23
      23 rows by 23 columns.
    • R27XC27COMPACT

      public static final AztecSymbolSize R27XC27COMPACT
      27 rows by 27 columns, Compact size.
    • R27XC27

      public static final AztecSymbolSize R27XC27
      27 rows by 27 columns.
    • R31XC31

      public static final AztecSymbolSize R31XC31
      31 rows by 31 Column.
    • R37XC37

      public static final AztecSymbolSize R37XC37
      37 rows by 37 columns.
    • R41XC41

      public static final AztecSymbolSize R41XC41
      41 rows by 41 columns.
    • R45XC45

      public static final AztecSymbolSize R45XC45
      45 rows by 45 columns.
    • R49XC49

      public static final AztecSymbolSize R49XC49
      49 rows by 49 columns.
    • R53XC53

      public static final AztecSymbolSize R53XC53
      53 rows by 53 columns.
    • R57XC57

      public static final AztecSymbolSize R57XC57
      57 rows by 57 columns.
    • R61XC61

      public static final AztecSymbolSize R61XC61
      61 rows by 61 columns.
    • R67XC67

      public static final AztecSymbolSize R67XC67
      67 rows by 67 columns.
    • R71XC71

      public static final AztecSymbolSize R71XC71
      71 rows by 71 columns.
    • R75XC75

      public static final AztecSymbolSize R75XC75
      75 rows by 75 columns.
    • R79XC79

      public static final AztecSymbolSize R79XC79
      79 rows by 79 columns.
    • R83XC83

      public static final AztecSymbolSize R83XC83
      83 rows by 83 columns.
    • R87XC87

      public static final AztecSymbolSize R87XC87
      87 rows by 87 columns.
    • R91XC91

      public static final AztecSymbolSize R91XC91
      91 rows by 91 columns.
    • R95XC95

      public static final AztecSymbolSize R95XC95
      95 rows by 95 columns.
    • R101XC101

      public static final AztecSymbolSize R101XC101
      101 rows by 101 columns.
    • R105XC105

      public static final AztecSymbolSize R105XC105
      105 rows by 105 columns.
    • R109XC109

      public static final AztecSymbolSize R109XC109
      109 rows by 109 columns.
    • R113XC113

      public static final AztecSymbolSize R113XC113
      113 rows by 113 columns.
    • R117XC117

      public static final AztecSymbolSize R117XC117
      117 rows by 117 columns.
    • R121XC121

      public static final AztecSymbolSize R121XC121
      121 rows by 121 columns.
    • R125XC125

      public static final AztecSymbolSize R125XC125
      125 rows by 125 columns.
    • R131XC131

      public static final AztecSymbolSize R131XC131
      131 rows by 131 columns.
    • R135XC135

      public static final AztecSymbolSize R135XC135
      135 rows by 135 columns.
    • R139XC139

      public static final AztecSymbolSize R139XC139
      139 rows by 139 columns.
    • R143XC143

      public static final AztecSymbolSize R143XC143
      143 rows by 143 columns.
    • R147XC147

      public static final AztecSymbolSize R147XC147
      147 rows by 147 columns.
    • R151XC151

      public static final AztecSymbolSize R151XC151
      151 rows by 151 columns.
  • Method Details

    • values

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