org.jplot2d.renderer
Class VectorGraphicsExporter
- java.lang.Object
-
- org.jplot2d.renderer.Renderer
-
- org.jplot2d.renderer.VectorGraphicsExporter
-
public class VectorGraphicsExporter extends Renderer
Export plot image to a VectorGraphics stream or file.
-
-
Constructor Summary
Constructors Constructor and Description VectorGraphicsExporter(java.io.File file)VectorGraphicsExporter(java.io.OutputStream out)VectorGraphicsExporter(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
-
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:RendererRender the given plot. This method is protected by environment lock.
-
-
DMelt 3.0 © DataMelt by jWork.ORG