javaquery/canvas/src/main/java/net/java/html/canvas/Style.java
Sun, 08 Sep 2013 11:42:01 +0200 public constructor for Pattern
Sat, 07 Sep 2013 18:41:21 +0200 public constructor for color
Mon, 27 May 2013 12:53:39 +0200 fix bug in Color
Mon, 27 May 2013 11:18:05 +0200 A bit JavaDoc
Mon, 27 May 2013 10:24:34 +0200 removed factory methods for style. Those are in GraphicsContext now for consistency (GraphicsContext should create all graphics related Objects).
Mon, 27 May 2013 10:18:43 +0200 Grouped Style subclasses as static inner classes of Style
Mon, 27 May 2013 10:00:12 +0200 Added Color as style
Mon, 27 May 2013 08:30:18 +0200 Readded Image and ImageData to have the complete API again. No need to use Data in API anymore. Added caching to Image. Image are not required to be added to the page anymore, but are created in javaScript instead.
Fri, 24 May 2013 12:29:58 +0200 added caching to style
Thu, 23 May 2013 15:36:42 +0200 moved GRaphicsEnvironment to SPI package
Thu, 23 May 2013 09:47:20 +0200 Limited extensibility of Style and it's three allowed subclasses
Wed, 22 May 2013 17:49:01 +0200 updated API