python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add DrawRectangle to canvas #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Added the DrawRectangle(int x1, int y1, int x2, int y2) method to Canvas and 
AnimCanvas.

Also added DrawColorGradient(int x1, int y1, int x2, int y2, int hue) method to 
Canvas and AnimCanvas to draw a color gradient based off the input hue (great 
for color selectors).

Original issue reported on code.google.com by IMPINC...@gmail.com on 3 Jan 2013 at 3:35

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 18 Feb 2013 at 4:39