|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject ClearImageJNI.ICiObject
public class ICiObject
ICiObject 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 | |
---|---|
ICiObject(long oIn)
|
Method Summary | |
---|---|
int |
getCx2l(int i)
property cx2l. |
double |
getCx3d(int i)
property cx3d. |
int |
getIntervals()
Intervals in object. |
int |
getPixels()
Pixels in object. |
ICiRect |
getRect()
Rectangle, encompassing object. |
void |
setCx2l(int i,
int arg)
property cx2l. |
void |
setCx3d(int i,
double arg)
property cx3d. |
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 ICiObject(long oIn)
Method Detail |
---|
public int getPixels() throws CiException
CiException
public int getIntervals() throws CiException
CiException
public ICiRect getRect() throws CiException
CiException
public double getCx3d(int i) throws CiException
CiException
public void setCx3d(int i, double arg) throws CiException
CiException
public int getCx2l(int i) throws CiException
CiException
public void setCx2l(int i, int arg) throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |