English | Site Directory

Android - An Open Handset Alliance Project

android.graphics
public class

android.graphics.DiscretePathEffect

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.
Methods inherited from class android.graphics.PathEffect
Methods inherited from class java.lang.Object

Details

Public Constructors

public DiscretePathEffect(float segmentLength, float deviation)

Chop the path into lines of segmentLength, randomly deviating from the original path by deviation.
Build m5-rc15g - 14 May 2008 12:50