public class CBImageView
extends ImageView
| Modifier and Type | Field and Description |
|---|---|
protected TextView |
textview |
| Constructor and Description |
|---|
CBImageView(Context context) |
CBImageView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawText(Canvas canvas) |
TextView |
getTextView() |
protected void |
onDraw(Canvas canvas) |
void |
setAsText(java.lang.String string) |
void |
setImageBitmap(Bitmap adImage)
override this method because we need a drawable
|
void |
setImageBitmap(MemoryBitmap bmp) |
public CBImageView(Context context)
public CBImageView(Context context,
AttributeSet attrs)
public void setImageBitmap(MemoryBitmap bmp)
public void setImageBitmap(Bitmap adImage)
public void setAsText(java.lang.String string)
public TextView getTextView()
protected void onDraw(Canvas canvas)
protected void drawText(Canvas canvas)