ClearImageJNI
Class ICiLine

java.lang.Object
  extended by ezjcom.JComObject
      extended by ClearImageJNI.ICiLine

public class ICiLine
extends JComObject

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 ezjcom.JComObject
__release, _JComAddEventListener, _JComRemoveEventListener, equals, ezJComCloseActiveX, ezJComInitActiveX, finalize, hashCode, JComCallMethod, JComCoerceObjectToAnotherType, JComCreateLicensedObject, JComCreateLicensedObject, JComCreateObjectFromString, JComGetProperty, JComModeMTA, JComRestoreObjectState, JComSaveObjectState, JComSetProperty, JComShutdown, JComStopWindowsMessageLoop
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public ELineDirection getDirection()
                            throws JComException
Line direction.

Throws:
JComException

getThickness

public double getThickness()
                    throws JComException
Line thickness.

Throws:
JComException

getAngle

public double getAngle()
                throws JComException
Line angle.

Throws:
JComException

getRect

public ICiRect getRect()
                throws JComException
Rectangle, encompassing line.

Throws:
JComException

getStart

public ICiPoint getStart()
                  throws JComException
Line start coordinates.

Throws:
JComException

getEnd

public ICiPoint getEnd()
                throws JComException
Line end coordinates.

Throws:
JComException

_ezjcomCoerceObject

public static ICiLine _ezjcomCoerceObject(JComObject obj)
                                   throws JComException
Use this method only for creating a COM interface of type ICiLine from another existing COM interface, when you know that it is possible.

Throws:
JComException