org.gnu.gdk
Class OverlapType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.OverlapType
- public class OverlapType
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
IN
public static final OverlapType IN
OUT
public static final OverlapType OUT
PART
public static final OverlapType PART
intern
public static OverlapType intern(int value)
or
public OverlapType or(OverlapType other)
and
public OverlapType and(OverlapType other)
xor
public OverlapType xor(OverlapType other)
test
public boolean test(OverlapType other)