File
Doc
Category
Size
Date
Package
DrawFilter.java
API Doc
Android 5.1 API
1307
Thu Mar 12 22:22:30 GMT 2015
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
long
mNativeInt
Constructors Summary
Methods Summary
protected void
finalize
()
try { nativeDestructor(mNativeInt); } finally { super.finalize(); }
private static native void
nativeDestructor
(
long
nativeDrawFilter)
Java Code Source