|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.CiSuperObject 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 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 |
---|
public ICiLine(long oIn)
Method Detail |
---|
public ELineDirection getDirection() throws CiException
CiException
public double getThickness() throws CiException
CiException
public double getAngle() throws CiException
CiException
public ICiRect getRect() throws CiException
CiException
public ICiPoint getStart() throws CiException
CiException
public ICiPoint getEnd() throws CiException
CiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |