rvkvit / java-axp

Automatically exported from code.google.com/p/java-axp
0 stars 1 forks source link

Add superclass for tiled paints #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Both ImageBrushPaint and VisualBrushPaint do tiling. Refactor to create a
superclass that handles the tiling, and delegates the tile rendering to the
existing paint contexts

Original issue reported on code.google.com by chrisp...@gmail.com on 21 Jul 2007 at 3:57

GoogleCodeExporter commented 8 years ago
Issue 2 was marked as duplicate of this.

Original comment by chrisp...@gmail.com on 21 Jul 2007 at 4:31

GoogleCodeExporter commented 8 years ago

Original comment by chrisp...@gmail.com on 21 Jul 2007 at 6:06

GoogleCodeExporter commented 8 years ago
AWTXPSTilingPaintContext created as a superclass for ImageBrush and VisualBrush 
paint
contexts.

Original comment by chrisp...@gmail.com on 21 Jul 2007 at 5:01