edu.umd.cs.piccolo
Interface PNode.PSceneGraphDelegate
- Enclosing interface:
- PNode
- public static interface PNode.PSceneGraphDelegate
PSceneGraphDelegate is an interface to recive low level node events. It together
with PNode.SCENE_GRAPH_DELEGATE gives Piccolo users an efficient way to learn about
low level changes in Piccolo's scene graph. Most users will not need to use this.
nodePaintInvalidated
public void nodePaintInvalidated(PNode node)
nodeFullBoundsInvalidated
public void nodeFullBoundsInvalidated(PNode node)
Copyright © 2005 by University of Maryland, College Park, MD 20742, USA All rights reserved.