public static interface PNode.PSceneGraphDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
nodeFullBoundsInvalidated(PNode node)
Called to notify delegate that the node and all it's children need
repainting.
|
void |
nodePaintInvalidated(PNode node)
Called to notify delegate that the node needs repainting.
|
void nodePaintInvalidated(PNode node)
node - node needing repaintvoid nodeFullBoundsInvalidated(PNode node)
node - node needing repaintCopyright © 1995-2013 Piccolo2D. All Rights Reserved.