ClearImageJNI
Class ELineDirection

java.lang.Object
  extended by ezjcom.JComEnumeration
      extended by ClearImageJNI.ELineDirection

public class ELineDirection
extends JComEnumeration

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
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected ELineDirection(int __n)
          Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static ELineDirection intToEnumeratedValue(int __n)
          Returns an enumerated value corresponding to a given integer.
 
Methods inherited from class ezjcom.JComEnumeration
getEnumeratedIntValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ciLineUnknown

public static ELineDirection ciLineUnknown
Unknown


ciLineVert

public static ELineDirection ciLineVert
Vertical lines


ciLineHorz

public static ELineDirection ciLineHorz
Horizontal lines


ciLineVertAndHorz

public static ELineDirection ciLineVertAndHorz
Both vertical and horizontal lines

Constructor Detail

ELineDirection

protected ELineDirection(int __n)
Default constructor (protected; use intToEnumeratedValue to obtain enumerated values from integers.)

Method Detail

equals

public boolean equals(java.lang.Object __obj)
Compare two enumerated values for being equal

Overrides:
equals in class java.lang.Object

intToEnumeratedValue

public static ELineDirection intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.