Class 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.PathIterator getIterator​(java.awt.geom.AffineTransform at)
      Method GetIterator.
      java.lang.String getPath()
      Method getPath.
      java.awt.Shape getShape()
      Method GetShape.
      java.lang.String toString()  
      void transform​(java.awt.geom.AffineTransform at)
      Transforms the geometry of this path using the specified AffineTransform.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JDFPath

        public JDFPath​(java.lang.String pdfPath)
        Method JDFPath.
        Parameters:
        pdfPath -
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.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.