org.gnu.gdk
Class PixbufRotation

java.lang.Object
  extended by org.gnu.glib.Enum
      extended by org.gnu.gdk.PixbufRotation

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.

public class PixbufRotation
extends org.gnu.glib.Enum

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

NONE

public static final PixbufRotation NONE
Deprecated. 
No rotation


COUNTERCLOCKWISE

public static final PixbufRotation COUNTERCLOCKWISE
Deprecated. 
Rotate by 90 degrees


UPSIDEDOWN

public static final PixbufRotation UPSIDEDOWN
Deprecated. 
Rotate by 180 degrees


CLOCKWISE

public static final PixbufRotation CLOCKWISE
Deprecated. 
Rotate by 270 degrees

Method Detail

intern

public static PixbufRotation intern(int value)
Deprecated. 

or

public PixbufRotation or(PixbufRotation other)
Deprecated. 

and

public PixbufRotation and(PixbufRotation other)
Deprecated. 

xor

public PixbufRotation xor(PixbufRotation other)
Deprecated. 

test

public boolean test(PixbufRotation other)
Deprecated.