public interface ImageProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFileSuffix() |
javafx.scene.image.Image |
getImage(URI uri)
Loading the image from the given uri
|
java.lang.String |
getName() |
java.lang.String getName()
java.util.List<java.lang.String> getFileSuffix()
javafx.scene.image.Image getImage(URI uri)
throws java.io.IOException
uri - the urijava.io.IOException - exception when loading fails