Package com.treasure.hunt.service.io
Class ImageService
- java.lang.Object
-
- com.treasure.hunt.service.io.ImageService
-
public class ImageService extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageService
getInstance()
javafx.scene.image.Image
load(java.lang.String toExternalForm, int maxWidth, int maxHeight, boolean preserveRatio, boolean smooth)
-
-
-
Method Detail
-
getInstance
public static ImageService getInstance()
-
load
public javafx.scene.image.Image load(java.lang.String toExternalForm, int maxWidth, int maxHeight, boolean preserveRatio, boolean smooth)
-
-