FileDocCategorySizeDatePackage
DrawFilter.javaAPI DocAndroid 1.5 API1227Wed May 06 22:42:00 BST 2009android.graphics

DrawFilter

public class DrawFilter extends Object
A DrawFilter subclass can be installed in a Canvas. When it is present, it can modify the paint that is used to draw (temporarily). With this, a filter can disable/enable antialiasing, or change the color for everything this is drawn.

Fields Summary
int
mNativeInt
Constructors Summary
Methods Summary
protected voidfinalize()

        nativeDestructor(mNativeInt);
    
private static native voidnativeDestructor(int nativeDrawFilter)