FileDocCategorySizeDatePackage
MaskFilter.javaAPI DocAndroid 1.5 API1116Wed May 06 22:42:00 BST 2009android.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
int
native_instance
Constructors Summary
Methods Summary
protected voidfinalize()

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