|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiAdvColor
public class ICiAdvColor
ICiAdvColor 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 |
Constructor Summary | |
---|---|
ICiAdvColor(long oIn)
|
Method Summary | |
---|---|
void |
ConvertToBitonal(int mode,
int Par0,
int par1,
int par2)
Convert image to bitonal. |
void |
ConvertToGrayscale(int mode,
int Par0,
int par1,
int par2)
Convert image to grayscale. |
int |
getCx2l(int i)
property cx2l. |
double |
getCx3d(int i)
property cx3d. |
ICiImage |
getImage()
Image as CiImage object. |
void |
ScaleToDpi(EScaleBmpType mode,
int Par0)
|
void |
setCx2l(int i,
int arg)
property cx2l. |
void |
setCx3d(int i,
double arg)
property cx3d. |
void |
setImage(ICiImage arg)
Image as CiImage object. |
Methods inherited from class ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiAdvColor(long oIn)
Method Detail |
---|
public ICiImage getImage() throws CiException
CiException
public void setImage(ICiImage arg) throws CiException
CiException
public void ConvertToBitonal(int mode, int Par0, int par1, int par2) throws CiException
CiException
public void ConvertToGrayscale(int mode, int Par0, int par1, int par2) throws CiException
CiException
public void ScaleToDpi(EScaleBmpType mode, int Par0) throws CiException
CiException
public int getCx2l(int i) throws CiException
CiException
public void setCx2l(int i, int arg) throws CiException
CiException
public double getCx3d(int i) throws CiException
CiException
public void setCx3d(int i, double arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |