Uses of Package
edu.umd.cs.piccolo.util
Packages that use edu.umd.cs.piccolo.util
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo event handlers.
This package contains nodes that may be useful for Piccolo applications.
This package defines several utility classes that are likely
to be useful for Piccolo applications.
-
Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccoloClassDescriptionPAffineTransform is a subclass of AffineTransform that has been extended with convenience methods.PBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".PNodeFilter is a interface that filters (accepts or rejects) nodes.PPaintContext is used by piccolo nodes to paint themselves on the screen.PPickPath represents a ordered list of nodes that have been picked.
-
Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.eventClassDescriptionPDimension this class should be removed once a concrete Dimension2D that supports doubles is added to java.PPickPath represents a ordered list of nodes that have been picked.
-
Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.nodesClassDescriptionPPaintContext is used by piccolo nodes to paint themselves on the screen.
-
Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.utilClassDescriptionPAffineTransform is a subclass of AffineTransform that has been extended with convenience methods.PBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".PDimension this class should be removed once a concrete Dimension2D that supports doubles is added to java.PPaintContext is used by piccolo nodes to paint themselves on the screen.PPickPath represents a ordered list of nodes that have been picked.PStack this class should be removed when a non thread safe stack is added to the java class libraries.