public class

RotateBitmap

extends Object
java.lang.Object
   ↳ com.cooliris.media.RotateBitmap

Summary

Constants
String TAG
Public Constructors
RotateBitmap(Bitmap bitmap)
RotateBitmap(Bitmap bitmap, int rotation)
Public Methods
Bitmap getBitmap()
int getHeight()
Matrix getRotateMatrix()
int getRotation()
int getWidth()
boolean isOrientationChanged()
void recycle()
void setBitmap(Bitmap bitmap)
void setRotation(int rotation)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "RotateBitmap"

Public Constructors

public RotateBitmap (Bitmap bitmap)

public RotateBitmap (Bitmap bitmap, int rotation)

Public Methods

public Bitmap getBitmap ()

public int getHeight ()

public Matrix getRotateMatrix ()

public int getRotation ()

public int getWidth ()

public boolean isOrientationChanged ()

public void recycle ()

public void setBitmap (Bitmap bitmap)

public void setRotation (int rotation)