Class ExportFormats

java.lang.Object
org.jfree.chart3d.export.ExportFormats

public class ExportFormats extends Object
Utility methods related to export formats.
Since:
1.2
  • Constructor Details

  • Method Details

    • isJFreeSVGAvailable

      public static boolean isJFreeSVGAvailable()
      Returns true if JFreeSVG is on the classpath, and false otherwise. The JFreeSVG library can be found at http://www.jfree.org/jfreesvg/
      Returns:
      A boolean.
      Since:
      1.2
    • isJFreePDFAvailable

      public static boolean isJFreePDFAvailable()
      Returns true if JFreePDF is on the classpath, and false otherwise. The JFreePDF library can be found at https://github.com/jfree/jfreepdf
      Returns:
      A boolean.