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