|
|||||||||||
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.JoinStyle
Field Summary | |
static JoinStyle |
BEVEL
|
static JoinStyle |
MITER
|
static JoinStyle |
ROUND
|
Method Summary | |
JoinStyle |
and(JoinStyle other)
|
static JoinStyle |
intern(int value)
|
JoinStyle |
or(JoinStyle other)
|
boolean |
test(JoinStyle other)
|
JoinStyle |
xor(JoinStyle 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 JoinStyle MITER
public static final JoinStyle ROUND
public static final JoinStyle BEVEL
Method Detail |
public static JoinStyle intern(int value)
public JoinStyle or(JoinStyle other)
public JoinStyle and(JoinStyle other)
public JoinStyle xor(JoinStyle other)
public boolean test(JoinStyle 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 |