ClearImageJNI
Class ICiPoint

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

public class ICiPoint
extends JComObject

ICiPoint 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 ICiPoint _ezjcomCoerceObject(JComObject obj)
          Use this method only for creating a COM interface of type ICiPoint from another existing COM interface, when you know that it is possible.
 int getX()
          The horizontal coordinate for this point.
 int getY()
          The vertical coordinate for this point.
 void setX(int arg)
          The horizontal coordinate for this point.
 void setY(int arg)
          The vertical coordinate for this point.
 
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

getX

public int getX()
         throws JComException
The horizontal coordinate for this point.

Throws:
JComException

setX

public void setX(int arg)
          throws JComException
The horizontal coordinate for this point.

Throws:
JComException

getY

public int getY()
         throws JComException
The vertical coordinate for this point.

Throws:
JComException

setY

public void setY(int arg)
          throws JComException
The vertical coordinate for this point.

Throws:
JComException

_ezjcomCoerceObject

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

Throws:
JComException