package android.graphics;
public final class Outline
{
public Outline() { throw new RuntimeException("Stub!"); }
public Outline(android.graphics.Outline src) { throw new RuntimeException("Stub!"); }
public void setEmpty() { throw new RuntimeException("Stub!"); }
public boolean isEmpty() { throw new RuntimeException("Stub!"); }
public boolean canClip() { throw new RuntimeException("Stub!"); }
public void setAlpha(float alpha) { throw new RuntimeException("Stub!"); }
public float getAlpha() { throw new RuntimeException("Stub!"); }
public void set(android.graphics.Outline src) { throw new RuntimeException("Stub!"); }
public void setRect(int left, int top, int right, int bottom) { throw new RuntimeException("Stub!"); }
public void setRect(android.graphics.Rect rect) { throw new RuntimeException("Stub!"); }
public void setRoundRect(int left, int top, int right, int bottom, float radius) { throw new RuntimeException("Stub!"); }
public void setRoundRect(android.graphics.Rect rect, float radius) { throw new RuntimeException("Stub!"); }
public void setOval(int left, int top, int right, int bottom) { throw new RuntimeException("Stub!"); }
public void setOval(android.graphics.Rect rect) { throw new RuntimeException("Stub!"); }
public void setConvexPath(android.graphics.Path convexPath) { throw new RuntimeException("Stub!"); }
public void offset(int dx, int dy) { throw new RuntimeException("Stub!"); }
}
|