org.gnu.gtk
Class CurveType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gtk.CurveType
public class CurveType
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LINEAR
public static final CurveType LINEAR
SPLINE
public static final CurveType SPLINE
FREE
public static final CurveType FREE
intern
public static CurveType intern(int value)
or
public CurveType or(CurveType other)
and
public CurveType and(CurveType other)
xor
public CurveType xor(CurveType other)
test
public boolean test(CurveType other)