org.jplot2d.renderer
Class PdfExporter
- java.lang.Object
-
- org.jplot2d.renderer.Renderer
-
- org.jplot2d.renderer.PdfExporter
-
public class PdfExporter extends Renderer
Export plot image to a png file.
-
-
Constructor Summary
Constructors Constructor and Description PdfExporter(java.io.File file)PdfExporter(java.io.OutputStream out)PdfExporter(java.lang.String pathname)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetTitle()voidrender(ComponentEx comp, java.util.List<CacheableBlock> cacheBlockList)Render the given plot.voidsetTitle(java.lang.String title)
-
-
-
Constructor Detail
-
PdfExporter
public PdfExporter(java.lang.String pathname) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
PdfExporter
public PdfExporter(java.io.File file) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
PdfExporter
public PdfExporter(java.io.OutputStream out)
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
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