ClearImageJNI
Class ICiBarcode

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiBarcode

public class ICiBarcode
extends JComObject

ICiBarcode Interface.

This class corresponds to a COM interface. Objects of this class are not created directly, but are obtained by calling methods of other COM objects.


Field Summary
 
Fields inherited from class ezjcom.JComObject
__JComWarnMTA
 
Method Summary
static ICiBarcode _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiBarcode from another existing COM interface, when you know that it is possible.
 int getConfidence()
          Barcode recognition confidence.
 byte[] getData()
          Barcode value as character array.
 EBarcodeEncoding getEncoding()
          Barcode encoding.
 FBarcodeErrors getErrorFlags()
          Barcode error flags.
 java.lang.String getInfo(java.lang.String Type)
          Barcode quality.
 EBoolean getIsBinary()
          Barcode contains binary data.
 EBoolean getIsChecksumVerified()
          Barcode contains verified checksum.
 int getLength()
          Barcode length in characters.
 double getModuleSize()
          Average width of barcode module.
 ICiRect getRect()
          Barcode rectangle.
 EBarcodeRotation getRotation()
          Barcode Rotation.
 java.lang.String getText()
          Barcode value as text.
 EBarcodeType getType()
          Barcode type (symbology).
 void setConfidence(int arg)
          Barcode recognition confidence.
 void setData(byte[] arg)
          Barcode value as character array.
 void setEncoding(EBarcodeEncoding arg)
          Barcode encoding.
 void setErrorFlags(FBarcodeErrors arg)
          Barcode error flags.
 void setInfo(java.lang.String Type, java.lang.String arg)
           
 void setIsBinary(EBoolean arg)
          Barcode contains binary data.
 void setIsChecksumVerified(EBoolean arg)
          Barcode contains verified checksum.
 void setModuleSize(double arg)
          Average width of barcode module.
 void setRotation(EBarcodeRotation arg)
          Barcode Rotation.
 void setText(java.lang.String arg)
          Barcode value as text.
 void setType(EBarcodeType arg)
          Barcode type (symbology).
 
Methods inherited from class ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRect

public ICiRect getRect()
                throws JComException
Barcode rectangle.

Throws:
JComException

getType

public EBarcodeType getType()
                     throws JComException
Barcode type (symbology).

Throws:
JComException

getRotation

public EBarcodeRotation getRotation()
                             throws JComException
Barcode Rotation.

Throws:
JComException

getLength

public int getLength()
              throws JComException
Barcode length in characters.

Throws:
JComException

getText

public java.lang.String getText()
                         throws JComException
Barcode value as text.

Throws:
JComException

getData

public byte[] getData()
               throws JComException
Barcode value as character array.

Throws:
JComException

getErrorFlags

public FBarcodeErrors getErrorFlags()
                             throws JComException
Barcode error flags.

Throws:
JComException

getConfidence

public int getConfidence()
                  throws JComException
Barcode recognition confidence.

Throws:
JComException

getModuleSize

public double getModuleSize()
                     throws JComException
Average width of barcode module.

Throws:
JComException

getIsBinary

public EBoolean getIsBinary()
                     throws JComException
Barcode contains binary data.

Throws:
JComException

getIsChecksumVerified

public EBoolean getIsChecksumVerified()
                               throws JComException
Barcode contains verified checksum.

Throws:
JComException

setType

public void setType(EBarcodeType arg)
             throws JComException
Barcode type (symbology).

Throws:
JComException

setRotation

public void setRotation(EBarcodeRotation arg)
                 throws JComException
Barcode Rotation.

Throws:
JComException

setText

public void setText(java.lang.String arg)
             throws JComException
Barcode value as text.

Throws:
JComException

setData

public void setData(byte[] arg)
             throws JComException
Barcode value as character array.

Throws:
JComException

setErrorFlags

public void setErrorFlags(FBarcodeErrors arg)
                   throws JComException
Barcode error flags.

Throws:
JComException

setConfidence

public void setConfidence(int arg)
                   throws JComException
Barcode recognition confidence.

Throws:
JComException

setModuleSize

public void setModuleSize(double arg)
                   throws JComException
Average width of barcode module.

Throws:
JComException

setIsBinary

public void setIsBinary(EBoolean arg)
                 throws JComException
Barcode contains binary data.

Throws:
JComException

setIsChecksumVerified

public void setIsChecksumVerified(EBoolean arg)
                           throws JComException
Barcode contains verified checksum.

Throws:
JComException

getInfo

public java.lang.String getInfo(java.lang.String Type)
                         throws JComException
Barcode quality.

Throws:
JComException

setInfo

public void setInfo(java.lang.String Type,
                    java.lang.String arg)
             throws JComException
Throws:
JComException

getEncoding

public EBarcodeEncoding getEncoding()
                             throws JComException
Barcode encoding.

Throws:
JComException

setEncoding

public void setEncoding(EBarcodeEncoding arg)
                 throws JComException
Barcode encoding.

Throws:
JComException

_ezjcomCoerceObject

public static ICiBarcode _ezjcomCoerceObject(JComObject obj)
                                      throws JComException
Use this method only for creating a COM interface of type ICiBarcode from another existing COM interface, when you know that it is possible.

Throws:
JComException