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

.jfree.fxgraphics2d.2.1.4.source-code.module-info Maven / Gradle / Ivy

/**
 * This module exports the {@link org.jfree.fx.FXGraphics2D} class and 
 * supporting classes and interfaces.
 */
module org.jfree.fxgraphics2d {
    requires java.desktop;
    requires javafx.base;
    requires javafx.graphics;
    requires javafx.swing;
    exports org.jfree.fx;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy