|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiQR
public class ICiQR
ICiQR 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 ICiQR |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiQR from another existing COM interface, when you know that it is possible. |
int |
Find(int MaxBarcodes)
Find multiple barcodes. |
ICiBarcode |
FirstBarcode()
Find first barcode. |
JComObject |
Fx1(int par1,
int par2)
|
EBarcodeAlgorithm |
getAlgorithm()
Quality of barcode image. |
ICiBarcodes |
getBarcodes()
property Barcodes. |
int |
getCx2l(int i)
property cx2l. |
FBarcodeDiag |
getDiagFlags()
Barcode diagnostic flags. |
FBarcodeDirections |
getDirections()
Directions of barcodes to recognize. |
EBarcodeEncoding |
getEncodings()
Enable/disable barcode encoding analysis. |
ICiImage |
getImage()
Image as CiImage object. |
ICiBarcode |
NextBarcode()
Find another barcode. |
void |
setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
void |
setCx2l(int i,
int arg)
property cx2l. |
void |
setDiagFlags(FBarcodeDiag arg)
Barcode diagnostic flags. |
void |
setDirections(FBarcodeDirections arg)
Directions of barcodes to recognize. |
void |
setEncodings(EBarcodeEncoding arg)
Enable/disable barcode encoding analysis. |
void |
setImage(ICiImage arg)
Image as CiImage object. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiBarcode FirstBarcode() throws JComException
JComException
public ICiBarcode NextBarcode() throws JComException
JComException
public ICiImage getImage() throws JComException
JComException
public void setImage(ICiImage arg) throws JComException
JComException
public EBarcodeAlgorithm getAlgorithm() throws JComException
JComException
public void setAlgorithm(EBarcodeAlgorithm arg) throws JComException
JComException
public FBarcodeDiag getDiagFlags() throws JComException
JComException
public void setDiagFlags(FBarcodeDiag arg) throws JComException
JComException
public ICiBarcodes getBarcodes() throws JComException
JComException
public FBarcodeDirections getDirections() throws JComException
JComException
public void setDirections(FBarcodeDirections arg) throws JComException
JComException
public int Find(int MaxBarcodes) throws JComException
JComException
public JComObject Fx1(int par1, int par2) throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public EBarcodeEncoding getEncodings() throws JComException
JComException
public void setEncodings(EBarcodeEncoding arg) throws JComException
JComException
public static ICiQR _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |