See: Description
| Interface | Description |
|---|---|
| MutablePoints |
Minimal interface that a changeable sequence of points must provide.
|
| Points |
Interface for a sequence of points.
|
| Class | Description |
|---|---|
| LineShape |
A shape that can be used to represent hand drawn lines.
|
| PBoundsLocator |
PBoundsLocator is a locator that locates points on the bounds of a
node.
|
| PFixedWidthStroke |
PFixedWidthStroke is the same as
BasicStroke except that
PFixedWidthStroke has a fixed width on the screen so that even when the
canvas view is zooming its width stays the same in canvas coordinates. |
| PLocator |
PLocator provides an abstraction for locating points.
|
| PNodeLocator |
PNodeLocator provides an abstraction for locating points on a node.
|
| POcclusionDetection |
Experimental class for detecting occlusions.
|
| PSemanticStroke | |
| ShadowUtils |
Static utility methods for creating shadows.
|
| XYArray |
Represents a sequence as points that's internally stored as a single array of
point components.
|
This package defines additional utility classes that are likely to be useful for Piccolo applications.
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.