org.gnu.gdk

Class JoinStyle


public class JoinStyle
extends Enum

Field Summary

static JoinStyle
BEVEL
static JoinStyle
MITER
static JoinStyle
ROUND

Fields inherited from class org.gnu.glib.Enum

value_

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

Field Details

BEVEL

public static final JoinStyle BEVEL


MITER

public static final JoinStyle MITER


ROUND

public static final JoinStyle ROUND

Method Details

and

public JoinStyle and(JoinStyle other)


intern

public static JoinStyle intern(int value)


or

public JoinStyle or(JoinStyle other)


test

public boolean test(JoinStyle other)


xor

public JoinStyle xor(JoinStyle other)