ClearImageJNI
Class ICiAdvColor

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

public class ICiAdvColor
extends JComObject

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 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

getImage

public ICiImage getImage()
                  throws JComException
Image as CiImage object.

Throws:
JComException

setImage

public void setImage(ICiImage arg)
              throws JComException
Image as CiImage object.

Throws:
JComException

ConvertToBitonal

public void ConvertToBitonal(EBiTonalConversion mode,
                             int Par0,
                             int par1,
                             int par2)
                      throws JComException
Convert image to bitonal.

Throws:
JComException

ConvertToGrayscale

public void ConvertToGrayscale(EGrayscaleConversion mode,
                               int Par0,
                               int par1,
                               int par2)
                        throws JComException
Convert image to grayscale.

Throws:
JComException

ScaleToDpi

public void ScaleToDpi(EScaleBmpType mode,
                       int Par0)
                throws JComException
Throws:
JComException

getCx2l

public int getCx2l(int i)
            throws JComException
property cx2l.

Throws:
JComException

setCx2l

public void setCx2l(int i,
                    int arg)
             throws JComException
property cx2l.

Throws:
JComException

getCx3d

public double getCx3d(int i)
               throws JComException
property cx3d.

Throws:
JComException

setCx3d

public void setCx3d(int i,
                    double arg)
             throws JComException
property cx3d.

Throws:
JComException

_ezjcomCoerceObject

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

Throws:
JComException