Added in API level 1
Summary:
Ctors
| Inherited Methods
SumPathEffect
public
class
SumPathEffect
extends PathEffect
| java.lang.Object | ||
| ↳ | android.graphics.PathEffect | |
| ↳ | android.graphics.SumPathEffect | |
Summary
Public constructors | |
|---|---|
SumPathEffect(PathEffect first, PathEffect second)
Construct a PathEffect whose effect is to apply two effects, in sequence. |
|
Inherited methods | |
|---|---|
Public constructors
SumPathEffect
Added in API level 1
public SumPathEffect (PathEffect first, PathEffect second)
Construct a PathEffect whose effect is to apply two effects, in sequence. (e.g. first(path) + second(path))
| Parameters | |
|---|---|
first |
PathEffect |
second |
PathEffect |