@Implements(value=android.util.PathParser.PathData.class, minSdk=24, isInAndroidSdk=false) public static class ShadowPathParser.ShadowPathData extends Object
Constructor | Description |
---|---|
ShadowPathData() |
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.
|
@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)
source
- The source path represented in PathData@Implementation protected void finalize() throws Throwable