org.jplot2d.renderer
Class EpsExporter
- java.lang.Object
-
- org.jplot2d.renderer.Renderer
-
- org.jplot2d.renderer.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 voidrender(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)Render the given plot.
-
-
-
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:RendererRender the given plot. This method is protected by environment lock.
-
-
DMelt 3.0 © DataMelt by jWork.ORG