![JAR search and dependency download from the Maven repository](/logo.png)
.jfree.fxgraphics2d.2.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jfree.fxgraphics2d Show documentation
Show all versions of org.jfree.fxgraphics2d Show documentation
FXGraphics2D is an API that provides a Graphics2D implementation
that targets the JavaFX Canvas. This allows existing Java2D code to
be reused with JavaFX.
/**
* 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