android.graphics.PathDashPathEffect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}