Package com.drew.metadata.photoshop
Class Subpath
java.lang.Object
com.drew.metadata.photoshop.Subpath
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Subpath
public Subpath() -
Subpath
-
-
Method Details
-
add
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
-
getType
-