|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gtk.CurveType
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)
|
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 |
Field Detail |
public static final CurveType LINEAR
public static final CurveType SPLINE
public static final CurveType FREE
Method Detail |
public static CurveType intern(int value)
public CurveType or(CurveType other)
public CurveType and(CurveType other)
public CurveType xor(CurveType other)
public boolean test(CurveType other)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |