org.jplot2d.renderer
Class SVGZExporter
- java.lang.Object
-
- org.jplot2d.renderer.Renderer
-
- org.jplot2d.renderer.SVGZExporter
-
public class SVGZExporter extends Renderer
Export plot image to a SVG compressed stream or file.
-
-
Constructor Summary
Constructors Constructor and Description SVGZExporter(java.io.File file)SVGZExporter(java.io.OutputStream out)SVGZExporter(java.lang.String pathname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrender(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)Render the given plot.
-
-
-
Constructor Detail
-
SVGZExporter
public SVGZExporter(java.lang.String pathname) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
SVGZExporter
public SVGZExporter(java.io.File file) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
SVGZExporter
public SVGZExporter(java.io.OutputStream out)
-
-
Method Detail
-
render
public void render(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)
Description copied from class:RendererRender the given plot. This method is protected by environment lock.
-
-
DMelt 3.0 © DataMelt by jWork.ORG