Class ShadowPathParser.ShadowPathData

  • Enclosing class:
    ShadowPathParser

    @Implements(value=android.util.PathParser.PathData.class,
                minSdk=24,
                isInAndroidSdk=false)
    public static class ShadowPathParser.ShadowPathData
    extends java.lang.Object
    • Constructor Detail

      • ShadowPathData

        public ShadowPathData()
    • Method Detail

      • __constructor__

        @Implementation
        public void __constructor__()
      • __constructor__

        @Implementation
        public void __constructor__​(android.util.PathParser.PathData data)
      • __constructor__

        @Implementation
        public void __constructor__​(java.lang.String pathString)
      • getNativePtr

        @Implementation
        public long getNativePtr()
      • setPathData

        @Implementation
        public void setPathData​(android.util.PathParser.PathData source)
        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

        @Implementation
        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable