Attach window to the graphics layer for rendering. Must be called once for single window right after layer is created. If layer fails to attach window, this method throws LayerNotSupportedException. @param window window to attach
(Window window)
| 9 | * @param window window to attach |
| 10 | */ |
| 11 | default void attach(Window window) {} |
| 12 | |
| 13 | /** |
| 14 | * <p>Reconfigure layer for attached window.</p> |
no outgoing calls
no test coverage detected