org.gnu.gtk

Class CurveType

public class CurveType extends Enum

Field Summary
static CurveTypeFREE
static CurveTypeLINEAR
static CurveTypeSPLINE
Method Summary
CurveTypeand(CurveType other)
static CurveTypeintern(int value)
CurveTypeor(CurveType other)
booleantest(CurveType other)
CurveTypexor(CurveType other)

Field Detail

FREE

public static final CurveType FREE

LINEAR

public static final CurveType LINEAR

SPLINE

public static final CurveType SPLINE

Method Detail

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)