|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiBarcode
public class ICiBarcode
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 ClearImageJNI.CiSuperObject |
---|
lockObject |
Constructor Summary | |
---|---|
ICiBarcode(long oIn)
|
Method Summary | |
---|---|
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 ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiBarcode(long oIn)
Method Detail |
---|
public ICiRect getRect() throws CiException
CiException
public EBarcodeType getType() throws CiException
CiException
public EBarcodeRotation getRotation() throws CiException
CiException
public int getLength() throws CiException
CiException
public java.lang.String getText() throws CiException
CiException
public byte[] getData() throws CiException
CiException
public FBarcodeErrors getErrorFlags() throws CiException
CiException
public int getConfidence() throws CiException
CiException
public double getModuleSize() throws CiException
CiException
public EBoolean getIsBinary() throws CiException
CiException
public EBoolean getIsChecksumVerified() throws CiException
CiException
public void setType(EBarcodeType arg) throws CiException
CiException
public void setRotation(EBarcodeRotation arg) throws CiException
CiException
public void setText(java.lang.String arg) throws CiException
CiException
public void setData(byte[] arg) throws CiException
CiException
public void setErrorFlags(FBarcodeErrors arg) throws CiException
CiException
public void setConfidence(int arg) throws CiException
CiException
public void setModuleSize(double arg) throws CiException
CiException
public void setIsBinary(EBoolean arg) throws CiException
CiException
public void setIsChecksumVerified(EBoolean arg) throws CiException
CiException
public java.lang.String getInfo(java.lang.String Type) throws CiException
CiException
public void setInfo(java.lang.String Type, java.lang.String arg) throws CiException
CiException
public EBarcodeEncoding getEncoding() throws CiException
CiException
public void setEncoding(EBarcodeEncoding arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |