Class Subpath

java.lang.Object
com.drew.metadata.photoshop.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
Author:
Payton Garland
  • Constructor Details

    • Subpath

      public Subpath()
    • Subpath

      public Subpath(String type)
  • Method Details

    • 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
    • getKnots

      public Iterable<Knot> getKnots()
    • getType

      public String getType()