No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |||||
↳ | android.text.style.CharacterStyle | ||||
↳ | android.text.style.MetricAffectingSpan | ||||
↳ | android.text.style.ReplacementSpan | ||||
↳ | android.text.style.DynamicDrawableSpan | ||||
↳ | android.text.style.ImageSpan |
[Expand]
Inherited Constants
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
This constructor was deprecated in API level 4. Use ImageSpan(Context, Bitmap) instead.
|
||||||||||
|
This constructor was deprecated in API level 4. Use {@link #ImageSpan(Context, Bitmap, int) instead.
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Your subclass must implement this method to provide the bitmap to be drawn.
|
|||||||||
|
|
Returns the source string that was saved during construction.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
|||||||||||
![]() |
This constructor was deprecated in API level 4.
Use {@link #ImageSpan(Context, Bitmap, int) instead.
verticalAlignment | one of ALIGN_BOTTOM or ALIGN_BASELINE . |
---|
verticalAlignment | one of ALIGN_BOTTOM or ALIGN_BASELINE . |
---|
verticalAlignment | one of ALIGN_BOTTOM or ALIGN_BASELINE . |
---|
verticalAlignment | one of ALIGN_BOTTOM or ALIGN_BASELINE . |
---|
verticalAlignment | one of ALIGN_BOTTOM or ALIGN_BASELINE . |
---|
Your subclass must implement this method to provide the bitmap to be drawn. The dimensions of the bitmap must be the same from each call to the next.
Returns the source string that was saved during construction.