Package org.robolectric.shadows
Class ShadowPath
java.lang.Object
org.robolectric.shadows.ShadowPath
- Direct Known Subclasses:
- ShadowLegacyPath,- ShadowNativePath
@Implements(value=android.graphics.Path.class,
            shadowPicker=Picker.class)
public abstract class ShadowPath
extends Object
Base class for 
ShadowPath classes.- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract voidfillBounds(RectF bounds) Fills the givenRectFwith the path bounds.abstract List<ShadowPath.Point>
- 
Constructor Details- 
ShadowPathpublic ShadowPath()
 
- 
- 
Method Details- 
getPoints- Returns:
- all the points that have been added to the Path
 
- 
fillBoundsFills the givenRectFwith the path bounds.- Parameters:
- bounds- the RectF to be filled.
 
 
-