android.graphics
Class PathDashPathEffect

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

public class PathDashPathEffect
extends PathEffect


Nested Class Summary
static class PathDashPathEffect.Style
           
 
Constructor Summary
PathDashPathEffect(Path shape, float advance, float phase, PathDashPathEffect.Style style)
           
 
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

PathDashPathEffect

public PathDashPathEffect(Path shape,
                          float advance,
                          float phase,
                          PathDashPathEffect.Style style)


Copyright © 2008-2012. All Rights Reserved.