ClearImageJNI
Class ELineCurvature

java.lang.Object
  extended by ClearImageJNI.ECiBase
      extended by ClearImageJNI.ELineCurvature

public class ELineCurvature
extends ECiBase

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
 
Method Summary
 boolean equals(java.lang.Object __obj)
          Compare two enumerated values for being equal
static ELineCurvature 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

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

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

fromInt

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