Interface ContourPlot.PDFRenderer

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void renderPDF​(org.apache.pdfbox.pdmodel.PDDocument doc, org.apache.pdfbox.pdmodel.PDPage page, int x, int y, int w, int h)
      Renders this PDFRenderers contents, that is creating pdf elements and appending them to the specified page within the corresponding document.
    • Method Detail

      • renderPDF

        default void renderPDF​(org.apache.pdfbox.pdmodel.PDDocument doc,
                               org.apache.pdfbox.pdmodel.PDPage page,
                               int x,
                               int y,
                               int w,
                               int h)
        Renders this PDFRenderers contents, that is creating pdf elements and appending them to the specified page within the corresponding document.
        Parameters:
        doc - the PDF document holding the page
        page - page in pdf doc to which elements are to be appended
        x - x coordinate of the current viewport
        y - y coordinate of the current viewport
        w - width of the current viewport
        h - height of the current viewport