ClearImageJNI
Class ICiServer

java.lang.Object
  extended by ClearImageJNI.CiSuperObject
      extended by ClearImageJNI.ICiServer

public class ICiServer
extends CiSuperObject

ICiServer 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
 
Method Summary
 ICiAdvColor CreateAdvColor()
          Create new CiAdvColor object.
 ICiBarcodeBasic CreateBarcodeBasic()
          Create new CiBarcodeBasic object.
 ICiBarcodePro CreateBarcodePro()
          Create new CiBarcodePro object.
 ICiDataMatrix CreateDataMatrix()
          Create new CiDataMatrix object.
 ICiImage CreateImage()
          Create new CiImage object.
 ICiPdf417 CreatePdf417()
          Create new CiPdf417 object.
 ICiQR CreateQR()
          Create new CiQR object.
 ICiRect CreateRect(int left, int top, int right, int bottom)
          Create new CiRect object.
 ICiRepair CreateRepair()
          Create new CiRepair object.
 ICiTools CreateTools()
          Create new CiTools object.
 java.lang.String Features()
          method is not for public use
 java.lang.String getInfo(EInfoType Type, int nParam)
          Server Information.
 int getVerMajor()
          Major version number.
 int getVerMinor()
          Minor version number.
 int getVerRelease()
          Release number.
 void OpenServerUser(java.lang.String userName, java.lang.String key, java.lang.String reserved)
          method is not for public use
 
Methods inherited from class ClearImageJNI.CiSuperObject
CleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

OpenServerUser

public void OpenServerUser(java.lang.String userName,
                           java.lang.String key,
                           java.lang.String reserved)
method is not for public use


Features

public java.lang.String Features()
method is not for public use


CreateImage

public ICiImage CreateImage()
                     throws CiException
Create new CiImage object.

Throws:
CiException

CreateBarcodePro

public ICiBarcodePro CreateBarcodePro()
                               throws CiException
Create new CiBarcodePro object.

Throws:
CiException

CreateRect

public ICiRect CreateRect(int left,
                          int top,
                          int right,
                          int bottom)
                   throws CiException
Create new CiRect object.

Throws:
CiException

getVerMajor

public int getVerMajor()
                throws CiException
Major version number.

Throws:
CiException

getVerMinor

public int getVerMinor()
                throws CiException
Minor version number.

Throws:
CiException

getVerRelease

public int getVerRelease()
                  throws CiException
Release number.

Throws:
CiException

CreateRepair

public ICiRepair CreateRepair()
                       throws CiException
Create new CiRepair object.

Throws:
CiException

CreateTools

public ICiTools CreateTools()
                     throws CiException
Create new CiTools object.

Throws:
CiException

CreateBarcodeBasic

public ICiBarcodeBasic CreateBarcodeBasic()
                                   throws CiException
Create new CiBarcodeBasic object.

Throws:
CiException

CreatePdf417

public ICiPdf417 CreatePdf417()
                       throws CiException
Create new CiPdf417 object.

Throws:
CiException

CreateDataMatrix

public ICiDataMatrix CreateDataMatrix()
                               throws CiException
Create new CiDataMatrix object.

Throws:
CiException

getInfo

public java.lang.String getInfo(EInfoType Type,
                                int nParam)
                         throws CiException
Server Information.

Throws:
CiException

CreateAdvColor

public ICiAdvColor CreateAdvColor()
                           throws CiException
Create new CiAdvColor object.

Throws:
CiException

CreateQR

public ICiQR CreateQR()
               throws CiException
Create new CiQR object.

Throws:
CiException