public static class QMUIQQFaceCompiler.Element
extends java.lang.Object
| 构造器和说明 |
|---|
Element() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QMUIQQFaceCompiler.Element |
createDrawableElement(int drawableRes) |
static QMUIQQFaceCompiler.Element |
createNextLineElement() |
static QMUIQQFaceCompiler.Element |
createSpeaicalBoundsDrawableElement(android.graphics.drawable.Drawable specialBoundsDrawable) |
static QMUIQQFaceCompiler.Element |
createTextElement(java.lang.CharSequence text) |
static QMUIQQFaceCompiler.Element |
createTouchSpanElement(java.lang.CharSequence text,
QMUITouchableSpan touchableSpan,
QMUIQQFaceCompiler compiler) |
QMUIQQFaceCompiler.ElementList |
getChildList() |
int |
getDrawableRes() |
android.graphics.drawable.Drawable |
getSpecialBoundsDrawable() |
java.lang.CharSequence |
getText() |
QMUITouchableSpan |
getTouchableSpan() |
QMUIQQFaceCompiler.ElementType |
getType() |
public QMUIQQFaceCompiler.ElementType getType()
public java.lang.CharSequence getText()
public int getDrawableRes()
public QMUIQQFaceCompiler.ElementList getChildList()
public QMUITouchableSpan getTouchableSpan()
public android.graphics.drawable.Drawable getSpecialBoundsDrawable()
public static QMUIQQFaceCompiler.Element createTextElement(java.lang.CharSequence text)
public static QMUIQQFaceCompiler.Element createDrawableElement(int drawableRes)
public static QMUIQQFaceCompiler.Element createSpeaicalBoundsDrawableElement(android.graphics.drawable.Drawable specialBoundsDrawable)
public static QMUIQQFaceCompiler.Element createTouchSpanElement(java.lang.CharSequence text, QMUITouchableSpan touchableSpan, QMUIQQFaceCompiler compiler)
public static QMUIQQFaceCompiler.Element createNextLineElement()