|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject 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 ClearImageJNI.CiSuperObject |
---|
lockObject |
Constructor Summary | |
---|---|
ICiPoint(long oIn)
|
Method Summary | |
---|---|
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 ClearImageJNI.CiSuperObject |
---|
CleanUp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ICiPoint(long oIn)
Method Detail |
---|
public int getX() throws CiException
CiException
public void setX(int arg) throws CiException
CiException
public int getY() throws CiException
CiException
public void setY(int arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |