FileDocCategorySizeDatePackage
PathDashPathEffect.javaAPI DocAndroid 5.1 API335Sat Mar 14 14:09:34 GMT 2015android.graphics

PathDashPathEffect.java

package android.graphics;
public class PathDashPathEffect
  extends android.graphics.PathEffect
{
public static enum Style
{
MORPH(),
ROTATE(),
TRANSLATE();
}
public  PathDashPathEffect(android.graphics.Path shape, float advance, float phase, android.graphics.PathDashPathEffect.Style style) { throw new RuntimeException("Stub!"); }
}