edu.umd.cs.piccolo
Interface PNode.PSceneGraphDelegate

Enclosing class:
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.


Method Summary
 void nodeFullBoundsInvalidated(PNode node)
           
 void nodePaintInvalidated(PNode node)
           
 

Method Detail

nodePaintInvalidated

void nodePaintInvalidated(PNode node)

nodeFullBoundsInvalidated

void nodeFullBoundsInvalidated(PNode node)


Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.