org.gnu.gdk
public class OverlapType extends Enum
| Field Summary | |
|---|---|
| static OverlapType | IN |
| static OverlapType | OUT |
| static OverlapType | PART |
| Method Summary | |
|---|---|
| OverlapType | and(OverlapType other) |
| static OverlapType | intern(int value) |
| OverlapType | or(OverlapType other) |
| boolean | test(OverlapType other) |
| OverlapType | xor(OverlapType other) |