public static class RichText.ImageHolder
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
RichText.ImageHolder.ScaleType |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CENTER_CROP |
static int |
CENTER_INSIDE |
static int |
DEFAULT |
| 构造器和说明 |
|---|
ImageHolder(java.lang.String src,
int position) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getHeight() |
int |
getScaleType() |
int |
getWidth() |
void |
setHeight(int height) |
void |
setScaleType(int scaleType) |
void |
setWidth(int width) |