android.graphics
Class DashPathEffect

java.lang.Object
  extended by android.graphics.PathEffect
      extended by android.graphics.DashPathEffect

public class DashPathEffect
extends PathEffect


Constructor Summary
DashPathEffect(float[] intervals, float phase)
           
 
Method Summary
 
Methods inherited from class android.graphics.PathEffect
finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashPathEffect

public DashPathEffect(float[] intervals,
                      float phase)


Copyright © 2008-2012. All Rights Reserved.