Class Subpath


  • public class Subpath
    extends Object
    Represents a subpath created by Photoshop:
    • Closed Bezier knot, linked
    • Closed Bezier knot, unlinked
    • Open Bezier knot, linked
    • Open Bezier knot, unlinked
    • Constructor Detail

      • Subpath

        public Subpath()
      • Subpath

        public Subpath​(String type)
    • Method Detail

      • add

        public void add​(Knot knot)
        Appends a knot (set of 3 points) into the list
      • size

        public int size()
        Gets size of knots list
        Returns:
        size of knots ArrayList
      • getType

        public String getType()