ClearImageJNI
Class ELineCurvature

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

public class ELineCurvature
extends JComEnumeration

Limit on line curvature


Field Summary
static ELineCurvature ciCurvHigh
          High curvature with gaps
static ELineCurvature ciCurvLow
          Low curvature with gaps
static ELineCurvature ciCurvMedium
          Medium curvature with gaps
static ELineCurvature ciCurvStraight
          Straight lines, no gaps
static ELineCurvature ciCurvVeryLow
          Very low curvature with gaps
 
Fields inherited from class ezjcom.JComEnumeration
__Ezj_value
 
Constructor Summary
protected ELineCurvature(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 ELineCurvature 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

ciCurvStraight

public static ELineCurvature ciCurvStraight
Straight lines, no gaps


ciCurvVeryLow

public static ELineCurvature ciCurvVeryLow
Very low curvature with gaps


ciCurvLow

public static ELineCurvature ciCurvLow
Low curvature with gaps


ciCurvMedium

public static ELineCurvature ciCurvMedium
Medium curvature with gaps


ciCurvHigh

public static ELineCurvature ciCurvHigh
High curvature with gaps

Constructor Detail

ELineCurvature

protected ELineCurvature(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 ELineCurvature intToEnumeratedValue(int __n)
Returns an enumerated value corresponding to a given integer.