Package org.cip4.jdflib.datatypes
Class JDFPath
java.lang.Object
org.cip4.jdflib.datatypes.JDFPath
-
Constructor Details
-
JDFPath
Method JDFPath.- Parameters:
pdfPath-
-
-
Method Details
-
toString
-
getPath
Method getPath.- Returns:
- String
-
getShape
Method GetShape.- Returns:
- Shape
-
getIterator
Method GetIterator.- Parameters:
at-- Returns:
- PathIterator
-
transform
Transforms the geometry of this path using the specified AffineTransform. The geometry is transformed in place.- Parameters:
at- the AffineTransform used to transform the path.
-