Package | Description |
---|---|
org.piccolo2d.util |
This package defines several utility classes that are likely
to be useful for Piccolo applications.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
PStack |
PPickPath.getNodeStackReference()
Returns a reference to the node stack.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.