ClearImageJNI
Class ICiServer

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiServer

public class ICiServer
extends JComObject

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 ezjcom.JComObject
__JComWarnMTA
 
Method Summary
static ICiServer _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiServer from another existing COM interface, when you know that it is possible.
 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 getInfo(EInfoType Type, int nParam)
          Server Information.
 java.lang.String getVar(java.lang.String Name)
          Get DevMode.
 int getVerMajor()
          Major version number.
 int getVerMinor()
          Minor version number.
 int getVerRelease()
          Release number.
 void setVar(java.lang.String Name, java.lang.String arg)
           
 
Methods inherited from class ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

CreateImage

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

Throws:
JComException

CreateBarcodePro

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

Throws:
JComException

CreateRect

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

Throws:
JComException

getVerMajor

public int getVerMajor()
                throws JComException
Major version number.

Throws:
JComException

getVerMinor

public int getVerMinor()
                throws JComException
Minor version number.

Throws:
JComException

getVerRelease

public int getVerRelease()
                  throws JComException
Release number.

Throws:
JComException

CreateRepair

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

Throws:
JComException

CreateTools

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

Throws:
JComException

CreateBarcodeBasic

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

Throws:
JComException

CreatePdf417

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

Throws:
JComException

CreateDataMatrix

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

Throws:
JComException

getInfo

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

Throws:
JComException

getVar

public java.lang.String getVar(java.lang.String Name)
                        throws JComException
Get DevMode.

Throws:
JComException

setVar

public void setVar(java.lang.String Name,
                   java.lang.String arg)
            throws JComException
Throws:
JComException

CreateQR

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

Throws:
JComException

_ezjcomCoerceObject

public static ICiServer _ezjcomCoerceObject(JComObject obj)
                                     throws JComException
Use this method only for creating a COM interface of type ICiServer from another existing COM interface, when you know that it is possible.

Throws:
JComException