Public 成员函数 | |
| CarouselItemView (Context context) | |
| String | getName () |
| void | setIndex (int index) |
| int | getIndex () |
| void | setCurrentAngle (float currentAngle) |
| float | getCurrentAngle () |
| int | compareTo (CarouselItemView another) |
| void | setItemX (float x) |
| float | getItemX () |
| void | setItemY (float y) |
| float | getItemY () |
| void | setItemZ (float z) |
| float | getItemZ () |
| void | setDrawn (boolean drawn) |
| boolean | isDrawn () |
| void | setImageBitmap (Bitmap bitmap) |
| void | setText (String txt) |
包函数 | |
| Matrix | getCIMatrix () |
| void | setCIMatrix (Matrix mMatrix) |
Private 属性 | |
| ImageView | mImage |
| TextView | mText |
| int | index |
| float | currentAngle |
| float | itemX |
| float | itemY |
| float | itemZ |
| boolean | drawn |
| Matrix | mCIMatrix |
© 2012 amsoft.cn 名称:CarouselItemView.java 描述:旋转木马的任意View
|
inline |
Instantiates a new carousel item view.
| context | the context |
|
inline |
描述:TODO.
| another | the another |
|
inlinepackage |
Gets the cI matrix.
|
inline |
Gets the current angle.
|
inline |
Gets the index.
|
inline |
Gets the item x.
|
inline |
Gets the item y.
|
inline |
Gets the item z.
|
inline |
Gets the name.
|
inline |
Checks if is drawn.
|
inlinepackage |
Sets the cI matrix.
| mMatrix | the new cI matrix |
|
inline |
Sets the current angle.
| currentAngle | the new current angle |
|
inline |
Sets the drawn.
| drawn | the new drawn |
|
inline |
Sets the image bitmap.
| bitmap | the new image bitmap |
|
inline |
Sets the index.
| index | the new index |
|
inline |
Sets the item x.
| x | the new item x |
|
inline |
Sets the item y.
| y | the new item y |
|
inline |
Sets the item z.
| z | the new item z |
|
inline |
Sets the text.
| txt | the new text |
|
private |
The current angle.
|
private |
The drawn.
|
private |
The index.
|
private |
The item x.
|
private |
The item y.
|
private |
The item z.
|
private |
The m ci matrix.
|
private |
The m image.
|
private |
The m text.
1.8.8