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

icon-generator-javafx.1.2.source-code.module-info Maven / Gradle / Ivy

Go to download

This extension to icon-generator will generate JavaFX icons drawn on a canvas. Simply add it to your classpath and a new generator will be available for javafx.scene.canvas.Canvas objects.

There is a newer version: 1.4.3
Show newest version

module com.sshtools.icongenerator.javafx {
	requires transitive com.sshtools.icongenerator.common;
	requires transitive javafx.graphics;
    exports com.sshtools.icongenerator.javafx;
    exports com.sshtools.icongenerator.tools;
    provides com.sshtools.icongenerator.IconGenerator with com.sshtools.icongenerator.javafx.JavaFXCanvasGenerator;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy