|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
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 ezjcom.JComObject |
---|
__JComWarnMTA |
Method Summary | |
---|---|
static ICiObject |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiObject from another existing COM interface, when you know that it is possible. |
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 java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getPixels() throws JComException
JComException
public int getIntervals() throws JComException
JComException
public ICiRect getRect() throws JComException
JComException
public double getCx3d(int i) throws JComException
JComException
public void setCx3d(int i, double arg) throws JComException
JComException
public int getCx2l(int i) throws JComException
JComException
public void setCx2l(int i, int arg) throws JComException
JComException
public static ICiObject _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |