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 booleanReturnstrueifJFreePDFis on the classpath, andfalseotherwise.static booleanReturnstrueif JFreeSVG is on the classpath, andfalseotherwise.
-
Constructor Details
-
ExportFormats
public ExportFormats()
-
-
Method Details
-
isJFreeSVGAvailable
Returnstrueif JFreeSVG is on the classpath, andfalseotherwise. The JFreeSVG library can be found at http://www.jfree.org/jfreesvg/- Returns:
- A boolean.
- Since:
- 1.2
-
isJFreePDFAvailable
ReturnstrueifJFreePDFis on the classpath, andfalseotherwise. The JFreePDF library can be found at https://github.com/jfree/jfreepdf- Returns:
- A boolean.
-