android.text.style
Class ImageSpan
java.lang.Object
android.text.style.CharacterStyle
android.text.style.MetricAffectingSpan
android.text.style.ReplacementSpan
android.text.style.DynamicDrawableSpan
android.text.style.ImageSpan
- All Implemented Interfaces:
- UpdateAppearance, UpdateLayout
public class ImageSpan
- extends DynamicDrawableSpan
|
Constructor Summary |
ImageSpan(Bitmap b)
Deprecated. |
ImageSpan(Bitmap b,
int verticalAlignment)
Deprecated. |
ImageSpan(Context context,
Bitmap b)
|
ImageSpan(Context context,
Bitmap b,
int verticalAlignment)
|
ImageSpan(Context context,
int resourceId)
|
ImageSpan(Context context,
int resourceId,
int verticalAlignment)
|
ImageSpan(Context context,
Uri uri)
|
ImageSpan(Context context,
Uri uri,
int verticalAlignment)
|
ImageSpan(Drawable d)
|
ImageSpan(Drawable d,
int verticalAlignment)
|
ImageSpan(Drawable d,
String source)
|
ImageSpan(Drawable d,
String source,
int verticalAlignment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageSpan
@Deprecated
public ImageSpan(Bitmap b)
- Deprecated.
ImageSpan
@Deprecated
public ImageSpan(Bitmap b,
int verticalAlignment)
- Deprecated.
ImageSpan
public ImageSpan(Context context,
Bitmap b)
ImageSpan
public ImageSpan(Context context,
Bitmap b,
int verticalAlignment)
ImageSpan
public ImageSpan(Drawable d)
ImageSpan
public ImageSpan(Drawable d,
int verticalAlignment)
ImageSpan
public ImageSpan(Drawable d,
String source)
ImageSpan
public ImageSpan(Drawable d,
String source,
int verticalAlignment)
ImageSpan
public ImageSpan(Context context,
Uri uri)
ImageSpan
public ImageSpan(Context context,
Uri uri,
int verticalAlignment)
ImageSpan
public ImageSpan(Context context,
int resourceId)
ImageSpan
public ImageSpan(Context context,
int resourceId,
int verticalAlignment)
getDrawable
public Drawable getDrawable()
- Specified by:
getDrawable in class DynamicDrawableSpan
getSource
public String getSource()
Copyright © 2008-2012. All Rights Reserved.