File
Doc
Category
Size
Date
Package
DrawFilter.java
API Doc
Android 1.5 API
1227
Wed May 06 22:42:00 BST 2009
android.graphics
DrawFilter
java.lang.Object
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 void
finalize
()
nativeDestructor(mNativeInt);
private static native void
nativeDestructor
(
int
nativeDrawFilter)
Java Code Source