Class JDFPath

java.lang.Object
org.cip4.jdflib.datatypes.JDFPath

public class JDFPath extends Object
  • Constructor Details

    • JDFPath

      public JDFPath(String pdfPath)
      Method JDFPath.
      Parameters:
      pdfPath -
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPath

      public String getPath()
      Method getPath.
      Returns:
      String
    • getShape

      public Shape getShape()
      Method GetShape.
      Returns:
      Shape
    • getIterator

      public PathIterator getIterator(AffineTransform at)
      Method GetIterator.
      Parameters:
      at -
      Returns:
      PathIterator
    • transform

      public void transform(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.