|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezjcom.JComObject
ClearImageJNI.ICiLine
public class ICiLine
ICiLine 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 ICiLine |
_ezjcomCoerceObject(JComObject obj)
Use this method only for creating a COM interface of type ICiLine from another existing COM interface, when you know that it is possible. |
double |
getAngle()
Line angle. |
ELineDirection |
getDirection()
Line direction. |
ICiPoint |
getEnd()
Line end coordinates. |
ICiRect |
getRect()
Rectangle, encompassing line. |
ICiPoint |
getStart()
Line start coordinates. |
double |
getThickness()
Line thickness. |
Methods inherited from class java.lang.Object |
---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ELineDirection getDirection() throws JComException
JComException
public double getThickness() throws JComException
JComException
public double getAngle() throws JComException
JComException
public ICiRect getRect() throws JComException
JComException
public ICiPoint getStart() throws JComException
JComException
public ICiPoint getEnd() throws JComException
JComException
public static ICiLine _ezjcomCoerceObject(JComObject obj) throws JComException
JComException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |