Package com.drew.metadata.photoshop
Class Knot
java.lang.Object
com.drew.metadata.photoshop.Knot
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represents a knot created by Photoshop:
- Linked knot
- Unlinked knot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetPoint(int index) Deprecated.Get an individual coordinate value (x or y)getType()Deprecated.Get the type of knot (linked or unlinked)voidsetPoint(int index, double point) Deprecated.Add an individual coordinate value (x or y) to points array (6 points per knot)
-
Constructor Details
-
Knot
Deprecated.
-
-
Method Details
-
setPoint
public void setPoint(int index, double point) Deprecated.Add an individual coordinate value (x or y) to points array (6 points per knot)- Parameters:
index- location of point to be added in pointspoint- coordinate value to be added to points
-
getPoint
public double getPoint(int index) Deprecated.Get an individual coordinate value (x or y)- Returns:
- an individual coordinate value
-
getType
Deprecated.Get the type of knot (linked or unlinked)- Returns:
- the type of knot
-