|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiImage CreateImage() throws JComException
JComException
public ICiBarcodePro CreateBarcodePro() throws JComException
JComException
public ICiRect CreateRect(int left, int top, int right, int bottom) throws JComException
JComException
public int getVerMajor() throws JComException
JComException
public int getVerMinor() throws JComException
JComException
public int getVerRelease() throws JComException
JComException
public ICiRepair CreateRepair() throws JComException
JComException
public ICiTools CreateTools() throws JComException
JComException
public ICiBarcodeBasic CreateBarcodeBasic() throws JComException
JComException
public ICiPdf417 CreatePdf417() throws JComException
JComException
public ICiDataMatrix CreateDataMatrix() throws JComException
JComException
public java.lang.String getInfo(EInfoType Type, int nParam) throws JComException
JComException
public java.lang.String getVar(java.lang.String Name) throws JComException
JComException
public void setVar(java.lang.String Name, java.lang.String arg) throws JComException
JComException
public ICiQR CreateQR() throws JComException
JComException
public static ICiServer _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |