|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiPoint
public class ICiPoint
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 ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiPoint |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiPoint from another existing COM interface, when you know that it is possible. |
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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getX() throws JComException
JComException
public void setX(int arg) throws JComException
JComException
public int getY() throws JComException
JComException
public void setY(int arg) throws JComException
JComException
public static ICiPoint _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |