ClearImageJNI
Class ICiPoint

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

public class ICiPoint
extends CiSuperObject

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 ClearImageJNI.CiSuperObject
lockObject
 
Constructor Summary
ICiPoint(long oIn)
           
 
Method Summary
 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 ClearImageJNI.CiSuperObject
CleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICiPoint

public ICiPoint(long oIn)
Method Detail

getX

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

Throws:
CiException

setX

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

Throws:
CiException

getY

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

Throws:
CiException

setY

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

Throws:
CiException