java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.CurveType
public class CurveType
extends Enum
static CurveType
FREE
LINEAR
SPLINE
value_
CurveType
and(CurveType other)
intern(int value)
or(CurveType other)
boolean
test(CurveType other)
xor(CurveType other)
equals
getValue
hashCode
public static final CurveType FREE
public static final CurveType LINEAR
public static final CurveType SPLINE
public CurveType and(CurveType other)
public static CurveType intern(int value)
public CurveType or(CurveType other)
public boolean test(CurveType other)
public CurveType xor(CurveType other)