Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

PathEffect

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

PathEffect is the base class for objects in the Paint that affect the geometry of a drawing primitive before it is transformed by the canvas' matrix and drawn.

Summary

Public constructors

Protected methods

open Unit

Public constructors

<init>

PathEffect()

Protected methods

finalize

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