Package com.drew.metadata.photoshop
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
-
-
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 listIterable<Knot>getKnots()StringgetType()intsize()Gets size of knots list
-
-
-
Constructor Detail
-
Subpath
public Subpath()
-
Subpath
public Subpath(String type)
-
-