javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html
branchcanvas
changeset 1475 36dce152ef80
parent 1303 3d62ad46d744
     1.1 --- a/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html	Thu Sep 26 14:26:58 2013 -0700
     1.2 +++ b/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html	Tue Feb 18 11:01:08 2014 +0100
     1.3 @@ -19,6 +19,9 @@
     1.4  -->
     1.5  <html>
     1.6      <body>
     1.7 -        SPI for enabling the Canvas API on different platforms.
     1.8 +        SPI for enabling the Canvas API on different platforms. Currently there are 
     1.9 +        implementations for HTML5 Canvas and JavaFX Canvas. If you want to create another 
    1.10 +        implementation, e.g. because you expect performance gains, or HTML5 and JavaFX
    1.11 +        are not available on your platform, you need to implement one interface, GraphicsEnvironment.
    1.12      </body>
    1.13  </html>