Uses of Package
edu.umd.cs.piccolo.util

Packages that use edu.umd.cs.piccolo.util
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
edu.umd.cs.piccolo.nodes This package contains nodes that may be useful for Piccolo applications. 
edu.umd.cs.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
edu.umd.cs.piccolox.event This package provides additional Piccolo event handlers. 
edu.umd.cs.piccolox.handles This package contains handle nodes. 
edu.umd.cs.piccolox.nodes This package contains additional nodes that may be useful for Piccolo applications. 
edu.umd.cs.piccolox.pswing This package contains PSwing nodes and related classes. 
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
edu.umd.cs.piccolox.util This package defines additional utility classes that are likely to be useful for Piccolo applications. 
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.event
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.nodes
PPaintContext
          PPaintContext is used by piccolo nodes to paint themselves on the screen.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolo.util
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.
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.
PStack
          PStack this class should be removed when a non thread safe stack is added to the java class libraries.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.event
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.handles
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.nodes
PBounds
          PBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.pswing
PBounds
          PBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.swt
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.
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.
 

Classes in edu.umd.cs.piccolo.util used by edu.umd.cs.piccolox.util
PBounds
          PBounds is simply a Rectangle2D.Double with extra methods that more properly deal with the case when the rectangle is "empty".
PPickPath
          PPickPath represents a ordered list of nodes that have been picked.
 



Copyright © 2008 by University of Maryland, College Park, MD 20742, USA All rights reserved.