public interface GraphicNodeProvider
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Node |
getGraphicNode(java.lang.String uri)
Load the graphic node
|
java.lang.String |
getName() |
boolean |
handles(java.lang.String url)
Check if the URL is handled
|
java.lang.String getName()
boolean handles(java.lang.String url)
url - the urltrue if the URL is handledjavafx.scene.Node getGraphicNode(java.lang.String uri)
uri - the uri