Package com.ribs.pdf

Interface PathFactory

All Known Implementing Classes:
DefaultFactories

public interface PathFactory
  • Field Details

  • Method Details

    • createEmptyPath

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

      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.