Package ch.bailu.gtk.gdkpixbuf
Interface PixbufRotation
public interface PixbufRotation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRotate by 270 degrees.static final intRotate by 90 degrees.static final intNo rotation.static final intRotate 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:
-