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

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

Go to download

FXGraphics2D is an API that provides a Graphics2D implementation that targets the JavaFX Canvas. This allows existing Java2D code to be reused with JavaFX.

There is a newer version: 2.1.4
Show newest version
/**
 * 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 - 2025 Weber Informatics LLC | Privacy Policy