Uses of Interface
edu.umd.cs.piccolo.PComponent

Packages that use PComponent
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.piccolox.pswing This package contains PSwing nodes and related classes. 
edu.umd.cs.piccolox.swing This package supports using Piccolo with JFC/Swing. 
edu.umd.cs.piccolox.swt This package provides a SWT implementation of the core Piccolo library. 
 

Uses of PComponent in edu.umd.cs.piccolo
 

Classes in edu.umd.cs.piccolo that implement PComponent
 class PCanvas
          PCanvas is a simple Swing component that can be used to embed Piccolo into a Java Swing application.
 

Methods in edu.umd.cs.piccolo that return PComponent
 PComponent PCamera.getComponent()
          Get the canvas associated with this camera.
 

Methods in edu.umd.cs.piccolo with parameters of type PComponent
 void PCamera.setComponent(PComponent aComponent)
          Set the canvas associated with this camera.
 

Uses of PComponent in edu.umd.cs.piccolo.event
 

Methods in edu.umd.cs.piccolo.event that return PComponent
 PComponent PInputEvent.getComponent()
          Get the canvas associated with the top camera.
 

Uses of PComponent in edu.umd.cs.piccolox.pswing
 

Classes in edu.umd.cs.piccolox.pswing that implement PComponent
 class PSwingCanvas
          The PSwingCanvas is a PCanvas that can display Swing components with the PSwing adapter.
 

Uses of PComponent in edu.umd.cs.piccolox.swing
 

Classes in edu.umd.cs.piccolox.swing that implement PComponent
 class PCacheCanvas
          An extension of PCanvas that automatically installs a PCacheCamera
 

Uses of PComponent in edu.umd.cs.piccolox.swt
 

Classes in edu.umd.cs.piccolox.swt that implement PComponent
 class PSWTCanvas
          PCanvas is a simple Swing component that can be used to embed Piccolo into a Java Swing application.
 



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