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

Class VectorGraphicsExporter



  • public class VectorGraphicsExporter
    extends Renderer
    Export plot image to a VectorGraphics stream or file.
    • Constructor Detail

      • VectorGraphicsExporter

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

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

        public VectorGraphicsExporter(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.