Class ShadowPathParser.ShadowPathData

    • Constructor Detail

      • ShadowPathData

        public ShadowPathData()
    • Method Detail

      • __constructor__

        @Implementation
        public void __constructor__()
      • __constructor__

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

        @Implementation
        public long getNativePtr()
      • setPathData

        @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.
        Parameters:
        source - The source path represented in PathData