org.gnu.gtk

Class CurveType


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)

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)