| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectClearImageJNI.ECiBase
ClearImageJNI.ELineCurvature
public class ELineCurvature
Limit on line curvature
| Field Summary | |
|---|---|
| static ELineCurvature | ciCurvHighHigh curvature with gaps | 
| static ELineCurvature | ciCurvLowLow curvature with gaps | 
| static ELineCurvature | ciCurvMediumMedium curvature with gaps | 
| static ELineCurvature | ciCurvStraightStraight lines, no gaps | 
| static ELineCurvature | ciCurvVeryLowVery 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 | 
|---|
public static ELineCurvature ciCurvStraight
public static ELineCurvature ciCurvVeryLow
public static ELineCurvature ciCurvLow
public static ELineCurvature ciCurvMedium
public static ELineCurvature ciCurvHigh
| Method Detail | 
|---|
public boolean equals(java.lang.Object __obj)
equals in class java.lang.Objectpublic static ELineCurvature fromInt(int __n)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||