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 |
|
|---|---|
<init>() |
|
Protected methods |
|
|---|---|
| open Unit |
finalize() |
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 |