org.gnu.gdk

Class OverlapType

public class OverlapType extends Enum

Field Summary
static OverlapTypeIN
static OverlapTypeOUT
static OverlapTypePART
Method Summary
OverlapTypeand(OverlapType other)
static OverlapTypeintern(int value)
OverlapTypeor(OverlapType other)
booleantest(OverlapType other)
OverlapTypexor(OverlapType other)

Field Detail

IN

public static final OverlapType IN

OUT

public static final OverlapType OUT

PART

public static final OverlapType PART

Method Detail

and

public OverlapType and(OverlapType other)

intern

public static OverlapType intern(int value)

or

public OverlapType or(OverlapType other)

test

public boolean test(OverlapType other)

xor

public OverlapType xor(OverlapType other)