|
|||||||||||
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.gdk.CapStyle
Field Summary | |
static CapStyle |
BUTT
|
static CapStyle |
NOT_LAST
|
static CapStyle |
PROJECTING
|
static CapStyle |
ROUND
|
Method Summary | |
CapStyle |
and(CapStyle other)
|
static CapStyle |
intern(int value)
|
CapStyle |
or(CapStyle other)
|
boolean |
test(CapStyle other)
|
CapStyle |
xor(CapStyle 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 CapStyle NOT_LAST
public static final CapStyle BUTT
public static final CapStyle ROUND
public static final CapStyle PROJECTING
Method Detail |
public static CapStyle intern(int value)
public CapStyle or(CapStyle other)
public CapStyle and(CapStyle other)
public CapStyle xor(CapStyle other)
public boolean test(CapStyle 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 |