org.gnu.gdk
public class ImageType extends Enum
| Field Summary | |
|---|---|
| static ImageType | FASTEST |
| static ImageType | NORMAL |
| static ImageType | SHARED |
| Method Summary | |
|---|---|
| ImageType | and(ImageType other) |
| static ImageType | intern(int value) |
| ImageType | or(ImageType other) |
| boolean | test(ImageType other) |
| ImageType | xor(ImageType other) |