Java org.jfree.chart.util ExportUtils fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.util ExportUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.util ExportUtils.

The text is from its open source code.

Method

booleanisJFreeSVGAvailable()
Returns true if JFreeSVG is on the classpath, and false otherwise.
booleanisOrsonPDFAvailable()
Returns true if OrsonPDF is on the classpath, and false otherwise.
voidwriteAsJPEG(Drawable drawable, int w, int h, File file)
Writes the current content to the specified file in JPEG format.
voidwriteAsPDF(Drawable drawable, int w, int h, File file)
Writes a Drawable to the specified file in PDF format.
voidwriteAsPNG(Drawable drawable, int w, int h, File file)
Writes the current content to the specified file in PNG format.
voidwriteAsSVG(Drawable drawable, int w, int h, File file)
Writes the current content to the specified file in SVG format.