com.sshtools.icongenerator.javafx.JavaFXCanvasGenerator 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.
package com.sshtools.icongenerator.javafx;
import com.sshtools.icongenerator.IconBuilder;
import com.sshtools.icongenerator.IconGenerator;
import javafx.scene.canvas.Canvas;
/**
* Icon generator for Java. Produces a {@link Canvas}
*/
public class JavaFXCanvasGenerator implements IconGenerator