com.google.zxing.common
Class ECI

java.lang.Object
  extended by 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.

Author:
Sean Owen

Method Summary
static ECI getECIByValue(int value)
           
 int getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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


Copyright © 2013. All Rights Reserved.