Uses of Class
edu.umd.cs.piccolo.util.PStack

Packages that use PStack
edu.umd.cs.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
 

Uses of PStack in edu.umd.cs.piccolo.util
 

Fields in edu.umd.cs.piccolo.util declared as PStack
protected  PStack PPaintContext.cameraStack
          Stack of cameras through which the node being painted is being viewed.
protected  PStack PPaintContext.clipStack
          Used to optimize clipping region.
protected  PStack PPaintContext.compositeStack
          Used while computing transparency.
protected  PStack PPaintContext.localClipStack
          Tracks clipping region in local coordinate system.
protected  PStack PPaintContext.transformStack
          Stack of transforms being applied to the drawing context.
 

Methods in edu.umd.cs.piccolo.util that return PStack
 PStack PPickPath.getNodeStackReference()
          Returns a reference to the node stack.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.