Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48