|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiRect getRect() throws JComException
JComException
public EBarcodeType getType() throws JComException
JComException
public EBarcodeRotation getRotation() throws JComException
JComException
public int getLength() throws JComException
JComException
public java.lang.String getText() throws JComException
JComException
public byte[] getData() throws JComException
JComException
public FBarcodeErrors getErrorFlags() throws JComException
JComException
public int getConfidence() throws JComException
JComException
public double getModuleSize() throws JComException
JComException
public EBoolean getIsBinary() throws JComException
JComException
public EBoolean getIsChecksumVerified() throws JComException
JComException
public void setType(EBarcodeType arg) throws JComException
JComException
public void setRotation(EBarcodeRotation arg) throws JComException
JComException
public void setText(java.lang.String arg) throws JComException
JComException
public void setData(byte[] arg) throws JComException
JComException
public void setErrorFlags(FBarcodeErrors arg) throws JComException
JComException
public void setConfidence(int arg) throws JComException
JComException
public void setModuleSize(double arg) throws JComException
JComException
public void setIsBinary(EBoolean arg) throws JComException
JComException
public void setIsChecksumVerified(EBoolean arg) throws JComException
JComException
public java.lang.String getInfo(java.lang.String Type) throws JComException
JComException
public void setInfo(java.lang.String Type, java.lang.String arg) throws JComException
JComException
public EBarcodeEncoding getEncoding() throws JComException
JComException
public void setEncoding(EBarcodeEncoding arg) throws JComException
JComException
public static ICiBarcode _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |