ClearImageJNI
Class ICiAdvColor

java.lang.Object
  extended by ClearImageJNI.CiSuperObject
      extended by ClearImageJNI.ICiAdvColor

public class ICiAdvColor
extends CiSuperObject

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

ICiAdvColor

public ICiAdvColor(long oIn)
Method Detail

getImage

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

Throws:
CiException

setImage

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

Throws:
CiException

ConvertToBitonal

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

Throws:
CiException

ConvertToGrayscale

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

Throws:
CiException

ScaleToDpi

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

getCx2l

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

Throws:
CiException

setCx2l

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

Throws:
CiException

getCx3d

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

Throws:
CiException

setCx3d

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

Throws:
CiException