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

Class EpsExporter



  • public class EpsExporter
    extends Renderer
    Export plot image to a EPS stream or file.
    • Constructor Summary

      Constructors 
      Constructor and Description
      EpsExporter(java.io.File file) 
      EpsExporter(java.io.OutputStream out) 
      EpsExporter(java.lang.String pathname) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void render(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)
      Render the given plot.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EpsExporter

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

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

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

      • 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.