Package com.drew.metadata.photoshop
Class Subpath
- java.lang.Object
-
- com.drew.metadata.photoshop.Subpath
-
public class Subpath extends java.lang.ObjectRepresents 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 voidadd(Knot knot)Appends a knot (set of 3 points) into the listjava.lang.Iterable<Knot>getKnots()java.lang.StringgetType()intsize()Gets size of knots list
-