Package org.robolectric.shadows
Class ShadowOutline
java.lang.Object
org.robolectric.shadows.ShadowOutline
@Implements(value=android.graphics.Outline.class, minSdk=21) public class ShadowOutline extends Object
- 
Constructor Summary
Constructors Constructor Description ShadowOutline() - 
Method Summary
Modifier and Type Method Description protected voidsetConvexPath(Path convexPath) 
- 
Constructor Details
- 
ShadowOutline
public ShadowOutline() 
 - 
 - 
Method Details