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.swt   
 

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.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 © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.