public abstract class ImageResTitleDrawFormat extends BitmapTitleDrawFormat
| Constructor and Description |
|---|
ImageResTitleDrawFormat(int imageWidth,
int imageHeight) |
ImageResTitleDrawFormat(int imageWidth,
int imageHeight,
android.graphics.BitmapFactory.Options options) |
| Modifier and Type | Method and Description |
|---|---|
protected android.graphics.Bitmap |
getBitmap(Column column)
获取bitmap
|
protected abstract android.content.Context |
getContext() |
protected abstract int |
getResourceID(Column column) |
draw, drawBackground, getImageHeight, getImageWidth, isDrawBackground, measureHeight, measureWidth, setDrawBackground, setImageHeight, setImageWidthpublic ImageResTitleDrawFormat(int imageWidth,
int imageHeight)
public ImageResTitleDrawFormat(int imageWidth,
int imageHeight,
android.graphics.BitmapFactory.Options options)
protected android.graphics.Bitmap getBitmap(Column column)
BitmapTitleDrawFormatgetBitmap in class BitmapTitleDrawFormatprotected abstract android.content.Context getContext()
protected abstract int getResourceID(Column column)