android.text.style
Class MaskFilterSpan

java.lang.Object
  extended by android.text.style.CharacterStyle
      extended by android.text.style.MaskFilterSpan
All Implemented Interfaces:
UpdateAppearance

public class MaskFilterSpan
extends CharacterStyle
implements UpdateAppearance


Constructor Summary
MaskFilterSpan(MaskFilter filter)
           
 
Method Summary
 MaskFilter getMaskFilter()
           
 void updateDrawState(TextPaint ds)
           
 
Methods inherited from class android.text.style.CharacterStyle
getUnderlying, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskFilterSpan

public MaskFilterSpan(MaskFilter filter)
Method Detail

getMaskFilter

public MaskFilter getMaskFilter()

updateDrawState

public void updateDrawState(TextPaint ds)
Specified by:
updateDrawState in class CharacterStyle


Copyright © 2008-2010. All Rights Reserved.