java.lang.Object
ext.plantuml.com.google.zxing.common.ECI
Direct Known Subclasses:
CharacterSetECI

public abstract class ECI extends Object
Superclass of classes encapsulating types ECIs, according to "Extended Channel Interpretations" 5.3 of ISO 18004.
  • Method Details

    • getValue

      public int getValue()
    • getECIByValue

      public static ECI getECIByValue(int value)
      Parameters:
      value - ECI value
      Returns:
      ECI representing ECI of given value, or null if it is legal but unsupported
      Throws:
      IllegalArgumentException - if ECI value is invalid