Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.event |
This package supports Piccolo event handlers.
|
org.piccolo2d.nodes |
This package contains nodes that may be useful for Piccolo applications.
|
org.piccolo2d.util |
This package defines several utility classes that are likely
to be useful for Piccolo applications.
|
Class and Description |
---|
PAffineTransform
PAffineTransform is a subclass of AffineTransform that has been
extended with convenience methods.
|
PBounds
PBounds is simply a Rectangle2D.Double with extra methods that more
properly deal with the case when the rectangle is "empty".
|
PNodeFilter
PNodeFilter is a interface that filters (accepts or rejects) nodes.
|
PPaintContext
PPaintContext is used by piccolo nodes to paint themselves on the
screen.
|
PPickPath
PPickPath represents a ordered list of nodes that have been picked.
|
Class and Description |
---|
PDimension
PDimension this class should be removed once a concrete Dimension2D
that supports doubles is added to java.
|
PPickPath
PPickPath represents a ordered list of nodes that have been picked.
|
Class and Description |
---|
PPaintContext
PPaintContext is used by piccolo nodes to paint themselves on the
screen.
|
Class and Description |
---|
PAffineTransform
PAffineTransform is a subclass of AffineTransform that has been
extended with convenience methods.
|
PBounds
PBounds is simply a Rectangle2D.Double with extra methods that more
properly deal with the case when the rectangle is "empty".
|
PDimension
PDimension this class should be removed once a concrete Dimension2D
that supports doubles is added to java.
|
PPickPath
PPickPath represents a ordered list of nodes that have been picked.
|
PStack
PStack this class should be removed when a non thread safe stack is
added to the java class libraries.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.