Status: New
Owner: ----

New issue 165 by heue...@gmail.com: Bad javadoc for PNode.moveToFront(), PNode.moveToBack(), PNode.moveInFrontOf(PNode) and PNode.moveInBackOf(PNode)
http://code.google.com/p/piccolo2d/issues/detail?id=165

The javadoc descriptions for PNode.moveToFront(), PNode.moveToBack(),
PNode.moveInFrontOf(PNode) and PNode.moveInBackOf(PNode) are misleading or
wrong.

They should read

Change the order of this node in its parent's children list so that it will
draw behind the specified sibling node.

void moveInBackOf(PNode sibling)


Change the order of this node in its parent's children list so that it will
draw in front of the specified sibling node.

void moveInFrontOf(PNode sibling)


Change the order of this node in its parent's children list so that it will
draw behind all of its other sibling nodes.

void moveToBack()


Change the order of this node in its parent's children list so that it will
draw in front of all of its other sibling nodes.

void moveToFront()


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to