org.gnu.gtk

Class CurveType


public class CurveType
extends Enum

END OF GENERATED CODE

Field Summary

static CurveType
FREE
static CurveType
LINEAR
static CurveType
SPLINE

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

CurveType
and(CurveType other)
static CurveType
intern(int value)
CurveType
or(CurveType other)
boolean
test(CurveType other)
CurveType
xor(CurveType other)

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

FREE

public static final CurveType FREE


LINEAR

public static final CurveType LINEAR


SPLINE

public static final CurveType SPLINE

Method Details

and

public CurveType and(CurveType other)


intern

public static CurveType intern(int value)


or

public CurveType or(CurveType other)


test

public boolean test(CurveType other)


xor

public CurveType xor(CurveType other)