Added in API level 1
Summary:
Ctors
| Inherited Methods
ComposePathEffect
public
class
ComposePathEffect
extends PathEffect
| java.lang.Object | ||
| ↳ | android.graphics.PathEffect | |
| ↳ | android.graphics.ComposePathEffect | |
Summary
Public constructors | |
|---|---|
ComposePathEffect(PathEffect outerpe, PathEffect innerpe)
Construct a PathEffect whose effect is to apply first the inner effect and the the outer pathEffect (e.g. |
|
Inherited methods | |
|---|---|
Public constructors
ComposePathEffect
Added in API level 1
public ComposePathEffect (PathEffect outerpe, PathEffect innerpe)
Construct a PathEffect whose effect is to apply first the inner effect and the the outer pathEffect (e.g. outer(inner(path))).
| Parameters | |
|---|---|
outerpe |
PathEffect |
innerpe |
PathEffect |