Package ch.bailu.gtk.gdkpixbuf
Schnittstelle PixbufRotation
public interface PixbufRotation
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
NONE
static final int NONENo rotation.- Siehe auch:
-
COUNTERCLOCKWISE
static final int COUNTERCLOCKWISERotate by 90 degrees.- Siehe auch:
-
UPSIDEDOWN
static final int UPSIDEDOWNRotate by 180 degrees.- Siehe auch:
-
CLOCKWISE
static final int CLOCKWISERotate by 270 degrees.- Siehe auch:
-