|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.PixbufRotation
public class PixbufRotation
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)
|
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PixbufRotation NONE
public static final PixbufRotation COUNTERCLOCKWISE
public static final PixbufRotation UPSIDEDOWN
public static final PixbufRotation CLOCKWISE
Method Detail |
---|
public static PixbufRotation intern(int value)
public PixbufRotation or(PixbufRotation other)
public PixbufRotation and(PixbufRotation other)
public PixbufRotation xor(PixbufRotation other)
public boolean test(PixbufRotation other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |