toni@1303: toni@1302: toni@1302: toni@1475: SPI for enabling the Canvas API on different platforms. Currently there are toni@1475: implementations for HTML5 Canvas and JavaFX Canvas. If you want to create another toni@1475: implementation, e.g. because you expect performance gains, or HTML5 and JavaFX toni@1475: are not available on your platform, you need to implement one interface, GraphicsEnvironment. toni@1302: toni@1302: