java.lang.Object
org.jfree.chart3d.export.ExportFormats
Utility methods related to export formats.
- Since:
- 1.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returnstrue
ifJFreePDF
is on the classpath, andfalse
otherwise.static boolean
Returnstrue
if JFreeSVG is on the classpath, andfalse
otherwise.
-
Constructor Details
-
ExportFormats
public ExportFormats()
-
-
Method Details
-
isJFreeSVGAvailable
Returnstrue
if JFreeSVG is on the classpath, andfalse
otherwise. The JFreeSVG library can be found at http://www.jfree.org/jfreesvg/- Returns:
- A boolean.
- Since:
- 1.2
-
isJFreePDFAvailable
Returnstrue
ifJFreePDF
is on the classpath, andfalse
otherwise. The JFreePDF library can be found at https://github.com/jfree/jfreepdf- Returns:
- A boolean.
-