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 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)

Field Details

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 Details

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)