org.gnu.gdk

Class CapStyle


public class CapStyle
extends Enum

END OF GENERATED CODE

Field Summary

static CapStyle
BUTT
static CapStyle
NOT_LAST
static CapStyle
PROJECTING
static CapStyle
ROUND

Fields inherited from class org.gnu.glib.Enum

value_

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

Field Details

BUTT

public static final CapStyle BUTT


NOT_LAST

public static final CapStyle NOT_LAST


PROJECTING

public static final CapStyle PROJECTING


ROUND

public static final CapStyle ROUND

Method Details

and

public CapStyle and(CapStyle other)


intern

public static CapStyle intern(int value)


or

public CapStyle or(CapStyle other)


test

public boolean test(CapStyle other)


xor

public CapStyle xor(CapStyle other)