java.lang.Object
com.example.project.services.SVGIcons
a static class to hold some icons for the application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.scene.shape.SVGPath
gets a cog icon.
-
Constructor Details
-
SVGIcons
public SVGIcons()
-
-
Method Details
-
getCogIcon
public static javafx.scene.shape.SVGPath getCogIcon()gets a cog icon.- Returns:
- icon SVG.
-