Hunsu / gwt-graphics

Automatically exported from code.google.com/p/gwt-graphics
Apache License 2.0
0 stars 0 forks source link

Group should allow a child to be inserted. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the children of a Group/VectorObjectContainer can only be
appended to the end. It would be nice to be able to insert them as well.

Original issue reported on code.google.com by smud...@gmail.com on 24 May 2010 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by he...@kerola.net on 1 Jun 2010 at 3:37

GoogleCodeExporter commented 8 years ago
Added VectorObjectContainer.insert(VectorObject vo, int beforeIndex)

Original comment by he...@kerola.net on 27 Jun 2010 at 10:36