public class ComposePathEffect
extends PathEffect
| java.lang.Object | ||
| android.graphics.PathEffect | ||
| android.graphics.ComposePathEffect | ||
Public constructors |
|
|---|---|
ComposePathEffect(PathEffect outerpe, PathEffect innerpe) 构建一个PathEffect,其效果是首先应用内部效果和外部pathEffect(例如, |
|
继承方法(Inherited methods) |
|
|---|---|
android.graphics.PathEffect
|
|
java.lang.Object
|
|
ComposePathEffect (PathEffect outerpe, PathEffect innerpe)
构造一个PathEffect,其效果是首先应用内部效果和外部pathEffect(例如,outer(inner(path)))。
| 参数(Parameters) | |
|---|---|
outerpe |
PathEffect
|
innerpe |
PathEffect
|