Package bitchanger.util
Class IconFactory
- java.lang.Object
-
- bitchanger.util.IconFactory
-
public class IconFactory extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
IconFactory()
Do not let anyone instantiate this class
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SVGIcon
ofSVGFile(File file)
private static void
setSVGStyle(SVGIcon icon, javafx.scene.shape.SVGPath lightSVG, javafx.scene.shape.SVGPath darkSVG, Style style)
static SVGIcon
styleBindIcon(File lightIconFile, File darkIconFile)
-