Package com.ribs.pdf

Interface PathFactory

    • Method Detail

      • createEmptyPath

        java.awt.geom.GeneralPath createEmptyPath()
        Initialize and return a new empty path. This path may be used as either the current path or the clipping path.
      • createStroke

        java.awt.Stroke createStroke​(PDFGState g)
        Create a Stroke object using the linecap,linejoin,linewidth,dashpattern, etc from the gstate. Like all objects created by the factories, the parser just creates them and passes them through to the page markup handler, which can choose to use as much or as little as it wants from them.