org.gnu.gdk
public class PixbufRotation extends Enum
| Field Summary | |
|---|---|
| static PixbufRotation | CLOCKWISE Rotate by 270 degrees |
| static PixbufRotation | COUNTERCLOCKWISE Rotate by 90 degrees |
| static PixbufRotation | NONE No rotation |
| static PixbufRotation | UPSIDEDOWN Rotate by 180 degrees |
| Method Summary | |
|---|---|
| PixbufRotation | and(PixbufRotation other) |
| static PixbufRotation | intern(int value) |
| PixbufRotation | or(PixbufRotation other) |
| boolean | test(PixbufRotation other) |
| PixbufRotation | xor(PixbufRotation other) |