|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiServer
public class ICiServer
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 |
---|
public void OpenServerUser(java.lang.String userName, java.lang.String key, java.lang.String reserved)
public java.lang.String Features()
public ICiImage CreateImage() throws CiException
CiException
public ICiBarcodePro CreateBarcodePro() throws CiException
CiException
public ICiRect CreateRect(int left, int top, int right, int bottom) throws CiException
CiException
public int getVerMajor() throws CiException
CiException
public int getVerMinor() throws CiException
CiException
public int getVerRelease() throws CiException
CiException
public ICiRepair CreateRepair() throws CiException
CiException
public ICiTools CreateTools() throws CiException
CiException
public ICiBarcodeBasic CreateBarcodeBasic() throws CiException
CiException
public ICiPdf417 CreatePdf417() throws CiException
CiException
public ICiDataMatrix CreateDataMatrix() throws CiException
CiException
public java.lang.String getInfo(EInfoType Type, int nParam) throws CiException
CiException
public ICiAdvColor CreateAdvColor() throws CiException
CiException
public ICiQR CreateQR() throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |