Updates:
Status: New
Labels: -Milestone-2.0
Comment #7 on issue 166 by [email protected]: Refactor PNode.moveToBack()
and related
http://code.google.com/p/piccolo2d/issues/detail?id=166
My revised proposal is as follows:
Methods that change the Z-order of this
void raise();
void lower();
void raiseToTop();
void lowerToBottom();
void raiseAbove(PNode peer);
void lowerBelow(PNode peer);
Methods that change the Z-order of a child node
void raise(PNode child)
void lower(PNode child)
void raiseToTop(PNode child)
void lowerToBottom(PNode child)
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en