Most visited

Recently visited

Added in API level 1

ComposePathEffect

public class ComposePathEffect
extends PathEffect

java.lang.Object
    android.graphics.PathEffect
      android.graphics.ComposePathEffect


摘要(Summary)

Public constructors

ComposePathEffect(PathEffect outerpe, PathEffect innerpe)

构建一个PathEffect,其效果是首先应用内部效果和外部pathEffect(例如,

继承方法(Inherited methods)

From class android.graphics.PathEffect
From class java.lang.Object

Public constructors

ComposePathEffect

Added in API level 1
ComposePathEffect (PathEffect outerpe, 
                PathEffect innerpe)

构造一个PathEffect,其效果是首先应用内部效果和外部pathEffect(例如,outer(inner(path)))。

参数(Parameters)
outerpe PathEffect
innerpe PathEffect

Hooray!