public interface GraphicsLoader
ImageProvider and
GraphicNodeProvider| Modifier and Type | Interface and Description |
|---|---|
static class |
GraphicsLoader.Util
Utility to extract informations from the uri
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getGraphicsNode(URI uri)
Constructing a graphic node from the url
|
javafx.scene.image.Image |
getImage(URI uri)
Loading the image
|