java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.JoinStyle
public class JoinStyle
extends Enum
static JoinStyle
BEVEL
MITER
ROUND
value_
JoinStyle
and(JoinStyle other)
intern(int value)
or(JoinStyle other)
boolean
test(JoinStyle other)
xor(JoinStyle other)
equals
getValue
hashCode
public static final JoinStyle BEVEL
public static final JoinStyle MITER
public static final JoinStyle ROUND
public JoinStyle and(JoinStyle other)
public static JoinStyle intern(int value)
public JoinStyle or(JoinStyle other)
public boolean test(JoinStyle other)
public JoinStyle xor(JoinStyle other)