All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.jfree.chart.fx.2.0.source-code.module-info Maven / Gradle / Ivy

/**
 * JFreeChart-FX is an extension for JFreeChart
 * to provide JavaFX controls for displaying and interacting with charts created 
 * with JFreeChart - for more information, see http://github.com/jfree/jfreechart-fx.
 * 

* JFreeChart-FX requires Java 11 or later. */ module org.jfree.chart.fx { requires java.desktop; requires javafx.base; requires javafx.graphics; requires javafx.controls; requires org.jfree.fxgraphics2d; requires org.jfree.jfreechart; exports org.jfree.chart.fx; exports org.jfree.chart.fx.interaction; exports org.jfree.chart.fx.overlay; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy