FileDocCategorySizeDatePackage
MaskFilter.javaAPI DocAndroid 5.1 API1118Thu Mar 12 22:22:30 GMT 2015android.graphics

MaskFilter

public class MaskFilter extends Object
MaskFilter is the base class for object that perform transformations on an alpha-channel mask before drawing it. A subclass of MaskFilter may be installed into a Paint. Blur and emboss are implemented as subclasses of MaskFilter.

Fields Summary
long
native_instance
Constructors Summary
Methods Summary
protected voidfinalize()

        nativeDestructor(native_instance);
    
private static native voidnativeDestructor(long native_filter)