Public 成员函数 | |
| RotateBitmap (Bitmap bitmap) | |
| RotateBitmap (Bitmap bitmap, int rotation) | |
| void | setRotation (int rotation) |
| int | getRotation () |
| Bitmap | getBitmap () |
| void | setBitmap (Bitmap bitmap) |
| Matrix | getRotateMatrix () |
| boolean | isOrientationChanged () |
| int | getHeight () |
| int | getWidth () |
| void | recycle () |
静态 Public 属性 | |
| static final String | TAG = "RotateBitmap" |
Private 属性 | |
| Bitmap | mBitmap |
| int | mRotation |
The Class RotateBitmap.
|
inline |
Instantiates a new rotate bitmap.
| bitmap | the bitmap |
|
inline |
Instantiates a new rotate bitmap.
| bitmap | the bitmap |
| rotation | the rotation |
|
inline |
Gets the bitmap.
|
inline |
Gets the height.
|
inline |
Gets the rotate matrix.
|
inline |
Gets the rotation.
|
inline |
Gets the width.
|
inline |
Checks if is orientation changed.
|
inline |
Recycle.
|
inline |
Sets the bitmap.
| bitmap | the new bitmap |
|
inline |
Sets the rotation.
| rotation | the new rotation |
|
private |
The m bitmap.
|
private |
The m rotation.
|
static |
The Constant TAG.
1.8.8