|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiAdvColor |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiAdvColor from another existing COM interface, when you know that it is possible. |
void |
ConvertToBitonal(EBiTonalConversion mode,
int Par0,
int par1,
int par2)
Convert image to bitonal. |
void |
ConvertToGrayscale(EGrayscaleConversion 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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ICiImage getImage() throws JComException
JComException
public void setImage(ICiImage arg) throws JComException
JComException
public void ConvertToBitonal(EBiTonalConversion mode, int Par0, int par1, int par2) throws JComException
JComException
public void ConvertToGrayscale(EGrayscaleConversion mode, int Par0, int par1, int par2) throws JComException
JComException
public void ScaleToDpi(EScaleBmpType mode, int Par0) throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public double getCx3d(int i) throws JComException
JComException
public void setCx3d(int i, double arg) throws JComException
JComException
public static ICiAdvColor _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |