|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getTop() throws JComException
JComException
public void setTop(int arg) throws JComException
JComException
public int getBottom() throws JComException
JComException
public void setBottom(int arg) throws JComException
JComException
public int getLeft() throws JComException
JComException
public void setLeft(int arg) throws JComException
JComException
public int getRight() throws JComException
JComException
public void setRight(int arg) throws JComException
JComException
public void Empty() throws JComException
JComException
public EBoolean getIsEmpty() throws JComException
JComException
public static ICiRect _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |