FileDocCategorySizeDatePackage
Outline.javaAPI DocAndroid 5.1 API1431Sat Mar 14 14:09:38 GMT 2015android.graphics

Outline

public final class Outline extends Object

Fields Summary
Constructors Summary
public Outline()

 throw new RuntimeException("Stub!"); 
public Outline(Outline src)

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleancanClip()

 throw new RuntimeException("Stub!"); 
public floatgetAlpha()

 throw new RuntimeException("Stub!"); 
public booleanisEmpty()

 throw new RuntimeException("Stub!"); 
public voidoffset(int dx, int dy)

 throw new RuntimeException("Stub!"); 
public voidset(android.graphics.Outline src)

 throw new RuntimeException("Stub!"); 
public voidsetAlpha(float alpha)

 throw new RuntimeException("Stub!"); 
public voidsetConvexPath(android.graphics.Path convexPath)

 throw new RuntimeException("Stub!"); 
public voidsetEmpty()

 throw new RuntimeException("Stub!"); 
public voidsetOval(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public voidsetOval(android.graphics.Rect rect)

 throw new RuntimeException("Stub!"); 
public voidsetRect(android.graphics.Rect rect)

 throw new RuntimeException("Stub!"); 
public voidsetRect(int left, int top, int right, int bottom)

 throw new RuntimeException("Stub!"); 
public voidsetRoundRect(int left, int top, int right, int bottom, float radius)

 throw new RuntimeException("Stub!"); 
public voidsetRoundRect(android.graphics.Rect rect, float radius)

 throw new RuntimeException("Stub!");