DynamicDrawableSpanpublic abstract class DynamicDrawableSpan extends android.text.style.ReplacementSpan
Fields Summary |
---|
public static final int | ALIGN_BASELINE | public static final int | ALIGN_BOTTOM | protected final int | mVerticalAlignment |
Constructors Summary |
---|
public DynamicDrawableSpan() throw new RuntimeException("Stub!");
| protected DynamicDrawableSpan(int verticalAlignment) throw new RuntimeException("Stub!");
|
Methods Summary |
---|
public void | draw(android.graphics.Canvas canvas, java.lang.CharSequence text, int start, int end, float x, int top, int y, int bottom, android.graphics.Paint paint) throw new RuntimeException("Stub!");
| public abstract android.graphics.drawable.Drawable | getDrawable()
| public int | getSize(android.graphics.Paint paint, java.lang.CharSequence text, int start, int end, android.graphics.Paint.FontMetricsInt fm) throw new RuntimeException("Stub!");
| public int | getVerticalAlignment() throw new RuntimeException("Stub!");
|
|