Documentation of 'org.jplot2d.renderer.PdfExporter' Java class
PdfExporter
org.jplot2d.renderer

Class PdfExporter



  • public class PdfExporter
    extends Renderer
    Export plot image to a png file.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PdfExporter(java.io.File file) 
      PdfExporter(java.io.OutputStream out) 
      PdfExporter(java.lang.String pathname) 
    • Constructor Detail

      • PdfExporter

        public PdfExporter(java.lang.String pathname)
                    throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • PdfExporter

        public PdfExporter(java.io.File file)
                    throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • PdfExporter

        public PdfExporter(java.io.OutputStream out)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle(java.lang.String title)
      • render

        public void render(ComponentEx comp,
                           java.util.List<CacheableBlock> cacheBlockList)
        Description copied from class: Renderer
        Render the given plot. This method is protected by environment lock.
        Specified by:
        render in class Renderer
        Parameters:
        comp - the component to be rendered
        cacheBlockList - A list of CacheBlock in z-order, contains the top component, even if the component is uncacheable. The CacheBlock contains cacheable components that will be rendered.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.