AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 包函数 | Private 属性 | 所有成员列表
com.ab.view.carousel.CarouselItemView类 参考
类 com.ab.view.carousel.CarouselItemView 继承关系图:

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

作者
还如一梦中
版本
v1.0
日期
:2013-8-23 下午2:02:31

构造及析构函数说明

com.ab.view.carousel.CarouselItemView.CarouselItemView ( Context  context)
inline

Instantiates a new carousel item view.

参数
contextthe context

成员函数说明

int com.ab.view.carousel.CarouselItemView.compareTo ( CarouselItemView  another)
inline

描述:TODO.

版本
v1.0
参数
anotherthe another
返回
the int
参见
java.lang.Comparable::compareTo(java.lang.Object)
作者
: amsoft.cn
日期
:2013-11-28 上午11:14:34
Matrix com.ab.view.carousel.CarouselItemView.getCIMatrix ( )
inlinepackage

Gets the cI matrix.

返回
the cI matrix
float com.ab.view.carousel.CarouselItemView.getCurrentAngle ( )
inline

Gets the current angle.

返回
the current angle
int com.ab.view.carousel.CarouselItemView.getIndex ( )
inline

Gets the index.

返回
the index
float com.ab.view.carousel.CarouselItemView.getItemX ( )
inline

Gets the item x.

返回
the item x
float com.ab.view.carousel.CarouselItemView.getItemY ( )
inline

Gets the item y.

返回
the item y
float com.ab.view.carousel.CarouselItemView.getItemZ ( )
inline

Gets the item z.

返回
the item z
String com.ab.view.carousel.CarouselItemView.getName ( )
inline

Gets the name.

返回
the name
boolean com.ab.view.carousel.CarouselItemView.isDrawn ( )
inline

Checks if is drawn.

返回
true, if is drawn
void com.ab.view.carousel.CarouselItemView.setCIMatrix ( Matrix  mMatrix)
inlinepackage

Sets the cI matrix.

参数
mMatrixthe new cI matrix
void com.ab.view.carousel.CarouselItemView.setCurrentAngle ( float  currentAngle)
inline

Sets the current angle.

参数
currentAnglethe new current angle
void com.ab.view.carousel.CarouselItemView.setDrawn ( boolean  drawn)
inline

Sets the drawn.

参数
drawnthe new drawn
void com.ab.view.carousel.CarouselItemView.setImageBitmap ( Bitmap  bitmap)
inline

Sets the image bitmap.

参数
bitmapthe new image bitmap
void com.ab.view.carousel.CarouselItemView.setIndex ( int  index)
inline

Sets the index.

参数
indexthe new index
void com.ab.view.carousel.CarouselItemView.setItemX ( float  x)
inline

Sets the item x.

参数
xthe new item x
void com.ab.view.carousel.CarouselItemView.setItemY ( float  y)
inline

Sets the item y.

参数
ythe new item y
void com.ab.view.carousel.CarouselItemView.setItemZ ( float  z)
inline

Sets the item z.

参数
zthe new item z
void com.ab.view.carousel.CarouselItemView.setText ( String  txt)
inline

Sets the text.

参数
txtthe new text

类成员变量说明

float com.ab.view.carousel.CarouselItemView.currentAngle
private

The current angle.

boolean com.ab.view.carousel.CarouselItemView.drawn
private

The drawn.

int com.ab.view.carousel.CarouselItemView.index
private

The index.

float com.ab.view.carousel.CarouselItemView.itemX
private

The item x.

float com.ab.view.carousel.CarouselItemView.itemY
private

The item y.

float com.ab.view.carousel.CarouselItemView.itemZ
private

The item z.

Matrix com.ab.view.carousel.CarouselItemView.mCIMatrix
private

The m ci matrix.

ImageView com.ab.view.carousel.CarouselItemView.mImage
private

The m image.

TextView com.ab.view.carousel.CarouselItemView.mText
private

The m text.


该类的文档由以下文件生成: