ClearImageJNI
Class ICiRect

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

public class ICiRect
extends JComObject

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

getTop

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

Throws:
JComException

setTop

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

Throws:
JComException

getBottom

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

Throws:
JComException

setBottom

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

Throws:
JComException

getLeft

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

Throws:
JComException

setLeft

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

Throws:
JComException

getRight

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

Throws:
JComException

setRight

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

Throws:
JComException

Empty

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

Throws:
JComException

getIsEmpty

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

Throws:
JComException

_ezjcomCoerceObject

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

Throws:
JComException