Added in API level 1

DrawFilter

open class DrawFilter
kotlin.Any
   ↳ android.graphics.DrawFilter

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.

Summary

Public constructors

Protected methods
open Unit

Public constructors

DrawFilter

DrawFilter()

Protected methods

finalize

Added in API level 1
protected open fun finalize(): Unit
Exceptions
java.lang.Throwable the Exception raised by this method