|
|||||||||
| 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
org.gnome.gdk.PixbufRotation.
public class PixbufRotation
The possible rotations that can be passed to the rotate method of Pixbuf.
| Field Summary | |
|---|---|
static PixbufRotation |
CLOCKWISE
Deprecated. Rotate by 270 degrees |
static PixbufRotation |
COUNTERCLOCKWISE
Deprecated. Rotate by 90 degrees |
static PixbufRotation |
NONE
Deprecated. No rotation |
static PixbufRotation |
UPSIDEDOWN
Deprecated. Rotate by 180 degrees |
| Method Summary | |
|---|---|
PixbufRotation |
and(PixbufRotation other)
Deprecated. |
static PixbufRotation |
intern(int value)
Deprecated. |
PixbufRotation |
or(PixbufRotation other)
Deprecated. |
boolean |
test(PixbufRotation other)
Deprecated. |
PixbufRotation |
xor(PixbufRotation other)
Deprecated. |
| 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 | ||||||||