org.gnu.gtk
public class CurveType extends Enum
| Field Summary | |
|---|---|
| static CurveType | FREE |
| static CurveType | LINEAR |
| static CurveType | SPLINE |
| Method Summary | |
|---|---|
| CurveType | and(CurveType other) |
| static CurveType | intern(int value) |
| CurveType | or(CurveType other) |
| boolean | test(CurveType other) |
| CurveType | xor(CurveType other) |