org.gnu.gdk

Class PixbufRotation

public class PixbufRotation extends Enum

The possible rotations that can be passed to the rotate method of Pixbuf.
Field Summary
static PixbufRotationCLOCKWISE
Rotate by 270 degrees
static PixbufRotationCOUNTERCLOCKWISE
Rotate by 90 degrees
static PixbufRotationNONE
No rotation
static PixbufRotationUPSIDEDOWN
Rotate by 180 degrees
Method Summary
PixbufRotationand(PixbufRotation other)
static PixbufRotationintern(int value)
PixbufRotationor(PixbufRotation other)
booleantest(PixbufRotation other)
PixbufRotationxor(PixbufRotation other)

Field Detail

CLOCKWISE

public static final PixbufRotation CLOCKWISE
Rotate by 270 degrees

COUNTERCLOCKWISE

public static final PixbufRotation COUNTERCLOCKWISE
Rotate by 90 degrees

NONE

public static final PixbufRotation NONE
No rotation

UPSIDEDOWN

public static final PixbufRotation UPSIDEDOWN
Rotate by 180 degrees

Method Detail

and

public PixbufRotation and(PixbufRotation other)

intern

public static PixbufRotation intern(int value)

or

public PixbufRotation or(PixbufRotation other)

test

public boolean test(PixbufRotation other)

xor

public PixbufRotation xor(PixbufRotation other)