Package com.drew.metadata.photoshop
Class Subpath
- java.lang.Object
-
- com.drew.metadata.photoshop.Subpath
-
public class Subpath extends java.lang.Object
Represents a subpath created by Photoshop:- Closed Bezier knot, linked
- Closed Bezier knot, unlinked
- Open Bezier knot, linked
- Open Bezier knot, unlinked
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Knot knot)
Appends a knot (set of 3 points) into the listjava.lang.Iterable<Knot>
getKnots()
java.lang.String
getType()
int
size()
Gets size of knots list
-