Package org.cip4.jdflib.datatypes
Class JDFPath
- java.lang.Object
-
- org.cip4.jdflib.datatypes.JDFPath
-
public class JDFPath extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JDFPath(java.lang.String pdfPath)Method JDFPath.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.PathIteratorgetIterator(java.awt.geom.AffineTransform at)Method GetIterator.java.lang.StringgetPath()Method getPath.java.awt.ShapegetShape()Method GetShape.java.lang.StringtoString()voidtransform(java.awt.geom.AffineTransform at)Transforms the geometry of this path using the specified AffineTransform.
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getPath
public java.lang.String getPath()
Method getPath.- Returns:
- String
-
getShape
public java.awt.Shape getShape()
Method GetShape.- Returns:
- Shape
-
getIterator
public java.awt.geom.PathIterator getIterator(java.awt.geom.AffineTransform at)
Method GetIterator.- Parameters:
at-- Returns:
- PathIterator
-
transform
public void transform(java.awt.geom.AffineTransform at)
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.
-
-