org.gnu.gdk
public class PixbufRotation extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.PixbufRotation
.
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) |