|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ClearImageJNI.ECiBase ClearImageJNI.ELineDirection
public class ELineDirection
Line direction
Field Summary | |
---|---|
static ELineDirection |
ciLineHorz
Horizontal lines |
static ELineDirection |
ciLineUnknown
Unknown |
static ELineDirection |
ciLineVert
Vertical lines |
static ELineDirection |
ciLineVertAndHorz
Both vertical and horizontal lines |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object __obj)
Compare two enumerated values for being equal |
static ELineDirection |
fromInt(int __n)
Returns an enumerated value corresponding to a given integer. |
Methods inherited from class ClearImageJNI.ECiBase |
---|
toInt, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static ELineDirection ciLineUnknown
public static ELineDirection ciLineVert
public static ELineDirection ciLineHorz
public static ELineDirection ciLineVertAndHorz
Method Detail |
---|
public boolean equals(java.lang.Object __obj)
equals
in class java.lang.Object
public static ELineDirection fromInt(int __n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |