GoogleCodeArchive / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Add getRoot method to POffscreenCanvas #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
POffscreenCanvas is missing a

public PRoot getRoot()

method.

Original issue reported on code.google.com by heue...@gmail.com on 31 Mar 2010 at 2:30

GoogleCodeExporter commented 9 years ago
Also:

setOpaque(boolean)
setPaint(Paint) or setBackground(Paint) or setBackgroundPaint(Paint)

Original comment by heue...@gmail.com on 5 Apr 2010 at 5:18

GoogleCodeExporter commented 9 years ago
I've implemented these changes in POffscreenCanvas, but implemented the 
background as
a Color rather than as Paint.

I'm not set on the decision, but I made it because:
PCanvas has a setBackground method and the clear method and it only seems right 
to
conform.

Original comment by allain.lalonde on 17 Apr 2010 at 2:15

GoogleCodeExporter commented 9 years ago
Fixed in r1013

Original comment by allain.lalonde on 17 Apr 2010 at 3:16

GoogleCodeExporter commented 9 years ago
$ svn commit -m "Issue 172 ; increasing test coverage, javadoc improvements,
checkstyle fixes" .
Sending        core/src/main/java/edu/umd/cs/piccolo/POffscreenCanvas.java
Sending        core/src/test/java/edu/umd/cs/piccolo/POffscreenCanvasTest.java
Transmitting file data ..
Committed revision 1014.

Original comment by heue...@gmail.com on 19 Apr 2010 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 8:47