Package ch.bailu.gtk.gdkpixbuf
Interface PixbufRotation
public interface PixbufRotation
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Rotate by 270 degrees.static final int
Rotate by 90 degrees.static final int
No rotation.static final int
Rotate by 180 degrees.
-
Field Details
-
NONE
static final int NONENo rotation.- See Also:
-
COUNTERCLOCKWISE
static final int COUNTERCLOCKWISERotate by 90 degrees.- See Also:
-
UPSIDEDOWN
static final int UPSIDEDOWNRotate by 180 degrees.- See Also:
-
CLOCKWISE
static final int CLOCKWISERotate by 270 degrees.- See Also:
-