ClearImageJNI
Class ICiObject

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

public class ICiObject
extends CiSuperObject

ICiObject 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
ICiObject(long oIn)
           
 
Method Summary
 int getCx2l(int i)
          property cx2l.
 double getCx3d(int i)
          property cx3d.
 int getIntervals()
          Intervals in object.
 int getPixels()
          Pixels in object.
 ICiRect getRect()
          Rectangle, encompassing object.
 void setCx2l(int i, int arg)
          property cx2l.
 void setCx3d(int i, double arg)
          property cx3d.
 
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

ICiObject

public ICiObject(long oIn)
Method Detail

getPixels

public int getPixels()
              throws CiException
Pixels in object.

Throws:
CiException

getIntervals

public int getIntervals()
                 throws CiException
Intervals in object.

Throws:
CiException

getRect

public ICiRect getRect()
                throws CiException
Rectangle, encompassing object.

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

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