Package org.robolectric.shadows
Class ShadowPathParser.ShadowPathData
java.lang.Object
org.robolectric.shadows.ShadowPathParser.ShadowPathData
- Enclosing class:
- ShadowPathParser
@Implements(value=android.util.PathParser.PathData.class, minSdk=24, isInAndroidSdk=false) public static class ShadowPathParser.ShadowPathData extends Object
-
Constructor Summary
Constructors Constructor Description ShadowPathData()
-
Method Summary
Modifier and Type Method Description void
__constructor__()
void
__constructor__(PathParser.PathData data)
void
__constructor__(String pathString)
protected void
finalize()
long
getNativePtr()
void
setPathData(PathParser.PathData source)
Update the path data to match the source.
-
Constructor Details
-
ShadowPathData
public ShadowPathData()
-
-
Method Details
-
__constructor__
-
__constructor__
-
__constructor__
-
getNativePtr
-
setPathData
Update the path data to match the source. Before calling this, make sure canMorph(target, source) is true.- Parameters:
source
- The source path represented in PathData
-
finalize
-