ClearImageJNI
Class ICiLine

java.lang.Object
  extended by ClearImageJNI.CiSuperObject
      extended by ClearImageJNI.ICiLine

public class ICiLine
extends CiSuperObject

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 ClearImageJNI.CiSuperObject
lockObject
 
Constructor Summary
ICiLine(long oIn)
           
 
Method Summary
 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 ClearImageJNI.CiSuperObject
CleanUp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ICiLine

public ICiLine(long oIn)
Method Detail

getDirection

public ELineDirection getDirection()
                            throws CiException
Line direction.

Throws:
CiException

getThickness

public double getThickness()
                    throws CiException
Line thickness.

Throws:
CiException

getAngle

public double getAngle()
                throws CiException
Line angle.

Throws:
CiException

getRect

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

Throws:
CiException

getStart

public ICiPoint getStart()
                  throws CiException
Line start coordinates.

Throws:
CiException

getEnd

public ICiPoint getEnd()
                throws CiException
Line end coordinates.

Throws:
CiException