to top
Android APIs
public class

MaskFilterSpan

extends CharacterStyle
implements UpdateAppearance
java.lang.Object
   ↳ android.text.style.CharacterStyle
     ↳ android.text.style.MaskFilterSpan

Summary

Public Constructors

? Examples
MaskFilterSpan( MaskFilter filter)
Public Methods

? Examples
MaskFilter getMaskFilter()

? Examples
void updateDrawState( TextPaint ds)
[Expand]
Inherited Methods
From class android.text.style.CharacterStyle
From class java.lang.Object

Public Constructors

public MaskFilterSpan (MaskFilter filter)

Added in API level 1

Public Methods

public MaskFilter getMaskFilter ()

Added in API level 1

public void updateDrawState (TextPaint ds)

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.