|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiRect
public class ICiRect
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 |
---|
public ICiRect(long oIn)
Method Detail |
---|
public int getTop() throws CiException
CiException
public void setTop(int arg) throws CiException
CiException
public int getBottom() throws CiException
CiException
public void setBottom(int arg) throws CiException
CiException
public int getLeft() throws CiException
CiException
public void setLeft(int arg) throws CiException
CiException
public int getRight() throws CiException
CiException
public void setRight(int arg) throws CiException
CiException
public void Empty() throws CiException
CiException
public EBoolean getIsEmpty() throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |