ClearImageJNI
Class ICiObject

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

public class ICiObject
extends JComObject

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 ezjcom.JComObject
__JComWarnMTA
 
Method Summary
static ICiObject _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiObject from another existing COM interface, when you know that it is possible.
 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 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

getPixels

public int getPixels()
              throws JComException
Pixels in object.

Throws:
JComException

getIntervals

public int getIntervals()
                 throws JComException
Intervals in object.

Throws:
JComException

getRect

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

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

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

_ezjcomCoerceObject

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

Throws:
JComException