Uses of Class
com.drew.metadata.photoshop.Knot
-
Packages that use Knot Package Description com.drew.metadata.photoshop Contains classes for the extraction and modelling of Photoshop metadata. -
-
Uses of Knot in com.drew.metadata.photoshop
Fields in com.drew.metadata.photoshop with type parameters of type Knot Modifier and Type Field Description private java.util.ArrayList<Knot>Subpath. _knotsMethods in com.drew.metadata.photoshop that return types with arguments of type Knot Modifier and Type Method Description java.lang.Iterable<Knot>Subpath. getKnots()Methods in com.drew.metadata.photoshop with parameters of type Knot Modifier and Type Method Description voidSubpath. add(Knot knot)Appends a knot (set of 3 points) into the list
-