Package edu.umd.cs.piccolox.nodes

This package contains additional nodes that may be useful for Piccolo applications.

See:
          Description

Class Summary
P3DRect This is a simple node that draws a "3D" rectangle within the bounds of the node.
PCacheCamera An extension to PCamera that provides a fast image based animationToCenterBounds method.
PClip PClip is a simple node that applies a clip before rendering or picking its children.
PComposite PComposite is a simple node that makes a group of nodes appear to be a single node when picking and interacting.
PLens PLens is a simple default lens implementation for Piccolo2D.
PLine PLine a class for drawing multisegment lines.
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.
PShadow Shadow node.
PStyledText  
PStyledText.LineInfo The info for rendering and computing the bounds of a line.
PStyledText.RunInfo Simple class to represent an range within the document.
PStyledText.SegmentInfo Encapsulates information about a particular LineSegment.
 

Package edu.umd.cs.piccolox.nodes Description

This package contains additional nodes that may be useful for Piccolo applications.



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.