|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Packages | |
---|---|
ClearImageJNI |
EZ-JCom generates one or more Java classes corresponding to COM-objects, and one or more Java classes corresponding to COM-interfaces.
Each COM-object supports one or more COM-interfaces. To work with a COM-object, first instantiate its corresponding Java class. Then obtain the Java object corresponding to a COM-interface, by calling one of the get<interface> methods provided by the COM-object. Finally call the methods of the COM-interface class.
Following is the list of COM-object classes and the COM-interface classes supported by each one.
ClearImageJNI.CiBarcode Barcode information object Create objects using new ClearImageJNI.CiBarcode()
ClearImageJNI.CiRect Rectangle on image object Create objects using new ClearImageJNI.CiRect()
ClearImageJNI.CiBarcodePro 1D barcodes recognition object (Pro) Create objects using new ClearImageJNI.CiBarcodePro()
ClearImageJNI.CiImage Image object Create objects using new ClearImageJNI.CiImage()
ClearImageJNI.CiServer ClearImage COM root object Create objects using new ClearImageJNI.CiServer()
ClearImageJNI.CiRepair Image repair object Create objects using new ClearImageJNI.CiRepair()
ClearImageJNI.CiTools Image tools object Create objects using new ClearImageJNI.CiTools()
ClearImageJNI.CiView Image viewer object Create objects using new ClearImageJNI.CiView()
ClearImageJNI.CiPoint Point-on-image object Create objects using new ClearImageJNI.CiPoint()
ClearImageJNI.CiBarcodeBasic 1D barcodes recognition object (Basic) Create objects using new ClearImageJNI.CiBarcodeBasic()
ClearImageJNI.CiPdf417 PDF417 barcodes recognition object Create objects using new ClearImageJNI.CiPdf417()
ClearImageJNI.CiQR QR barcodes recognition object Create objects using new ClearImageJNI.CiQR()
ClearImageJNI.CiDataMatrix DataMatrix barcodes recognition object Create objects using new ClearImageJNI.CiDataMatrix()
ClearImageJNI.CiLine Line information object Create objects using new ClearImageJNI.CiLine()
ClearImageJNI.CiObject Object information object Create objects using new ClearImageJNI.CiObject()
ClearImageJNI.CiBarcodes Barcodes Class Create objects using new ClearImageJNI.CiBarcodes()
ClearImageJNI.CiAdvColor Color Image processing object Create objects using new ClearImageJNI.CiAdvColor()
ClearImageJNI.CiPdf Pdf Read/Write configuration Class Create objects using new ClearImageJNI.CiPdf()
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |