Most visited

Recently visited

Added in API level 1

DiscretePathEffect

public class DiscretePathEffect
extends PathEffect

java.lang.Object
    android.graphics.PathEffect
      android.graphics.DiscretePathEffect


摘要(Summary)

Public constructors

DiscretePathEffect(float segmentLength, float deviation)

将路径切分为segmentLength的行,随意偏离原始路径。

继承方法(Inherited methods)

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

Public constructors

DiscretePathEffect

Added in API level 1
DiscretePathEffect (float segmentLength, 
                float deviation)

将路径切分为segmentLength的行,随意偏离原始路径。

参数(Parameters)
segmentLength float
deviation float

Hooray!