Added in API level 1
Summary:
Ctors
| Inherited Methods
DiscretePathEffect
public
class
DiscretePathEffect
extends PathEffect
| java.lang.Object | ||
| ↳ | android.graphics.PathEffect | |
| ↳ | android.graphics.DiscretePathEffect | |
Summary
Public constructors | |
|---|---|
DiscretePathEffect(float segmentLength, float deviation)
Chop the path into lines of segmentLength, randomly deviating from the original path by deviation. |
|
Inherited methods | |
|---|---|
Public constructors
DiscretePathEffect
Added in API level 1
public DiscretePathEffect (float segmentLength,
float deviation)
Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.
| Parameters | |
|---|---|
segmentLength |
float |
deviation |
float |