Piccolo.NET

UMD.HCIL.PiccoloX.Nodes Namespace

This namespace provides "extra" nodes, which may be useful, but are not important enough to be included in the core Piccolo package.

Classes

ClassDescription
P3DRectangle This is a simple node that draws a "3D" rectangle within it's bounds.
PCacheCameraPCacheCamera is an extension to PCamera that provides a fast image based animationToCenterBounds method.
PClipPClip is a simple node that applies a clip before rendering or picking its children.
PCompositePComposite is a simple node that makes a group of nodes appear to be a single node when picking and interacting.
PControlPControl is a wrapper around a System.Windows.Forms.Control.
PLensPLens is a simple default lens implementation for Piccolo.
PNodeCache PNodeCache caches a visual representation of it's children into an image and uses this cached image for painting instead of painting it's children directly.