ClearImageJNI
Class ICiRect

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

public class ICiRect
extends CiSuperObject

ICiRect 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
ICiRect(long oIn)
           
 
Method Summary
 void Empty()
          Set rectangle coordinates to zero.
 int getBottom()
          The y coordinate of the lower-right corner.
 EBoolean getIsEmpty()
          Is rectangle has no area.
 int getLeft()
          The x coordinate of the upper-left corner.
 int getRight()
          The x coordinate of the lower-right corner.
 int getTop()
          The y coordinate of the upper-left corner.
 void setBottom(int arg)
          The y coordinate of the lower-right corner.
 void setLeft(int arg)
          The x coordinate of the upper-left corner.
 void setRight(int arg)
          The x coordinate of the lower-right corner.
 void setTop(int arg)
          The y coordinate of the upper-left corner.
 
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

ICiRect

public ICiRect(long oIn)
Method Detail

getTop

public int getTop()
           throws CiException
The y coordinate of the upper-left corner.

Throws:
CiException

setTop

public void setTop(int arg)
            throws CiException
The y coordinate of the upper-left corner.

Throws:
CiException

getBottom

public int getBottom()
              throws CiException
The y coordinate of the lower-right corner.

Throws:
CiException

setBottom

public void setBottom(int arg)
               throws CiException
The y coordinate of the lower-right corner.

Throws:
CiException

getLeft

public int getLeft()
            throws CiException
The x coordinate of the upper-left corner.

Throws:
CiException

setLeft

public void setLeft(int arg)
             throws CiException
The x coordinate of the upper-left corner.

Throws:
CiException

getRight

public int getRight()
             throws CiException
The x coordinate of the lower-right corner.

Throws:
CiException

setRight

public void setRight(int arg)
              throws CiException
The x coordinate of the lower-right corner.

Throws:
CiException

Empty

public void Empty()
           throws CiException
Set rectangle coordinates to zero.

Throws:
CiException

getIsEmpty

public EBoolean getIsEmpty()
                    throws CiException
Is rectangle has no area.

Throws:
CiException