@Implements(value=android.util.PathParser.PathData.class, minSdk=24, isInAndroidSdk=false) public static class ShadowPathParser.ShadowPathData extends Object
Constructor and Description |
---|
ShadowPathData() |
Modifier and Type | Method and 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.
|
@Implementation public void __constructor__()
@Implementation public void __constructor__(PathParser.PathData data)
@Implementation public void __constructor__(String pathString)
@Implementation public long getNativePtr()
@Implementation public void setPathData(PathParser.PathData source)
Update the path data to match the source. Before calling this, make sure canMorph(target, source) is true.
source
- The source path represented in PathData@Implementation protected void finalize() throws Throwable