icon-generator-javafx.1.3.1.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 icon-generator-javafx Show documentation
Show all versions of icon-generator-javafx Show documentation
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.
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;
}