org.gnu.gdk
Class JoinStyle

java.lang.Object
  |
  +--org.gnu.glib.Enum
        |
        +--org.gnu.gdk.JoinStyle

public class JoinStyle
extends Enum


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

MITER

public static final JoinStyle MITER

ROUND

public static final JoinStyle ROUND

BEVEL

public static final JoinStyle BEVEL
Method Detail

intern

public static JoinStyle intern(int value)

or

public JoinStyle or(JoinStyle other)

and

public JoinStyle and(JoinStyle other)

xor

public JoinStyle xor(JoinStyle other)

test

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