Uses of Class
edu.umd.cs.piccolo.PCanvas

Packages that use PCanvas
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolox   
edu.umd.cs.piccolox.event   
edu.umd.cs.piccolox.swing   
 

Uses of PCanvas in edu.umd.cs.piccolo
 

Fields in edu.umd.cs.piccolo declared as PCanvas
static PCanvas PCanvas.CURRENT_ZCANVAS
           
 

Uses of PCanvas in edu.umd.cs.piccolox
 

Methods in edu.umd.cs.piccolox that return PCanvas
 PCanvas PApplet.createCanvas()
           
 PCanvas PApplet.getCanvas()
           
 PCanvas PFrame.getCanvas()
           
 

Constructors in edu.umd.cs.piccolox with parameters of type PCanvas
PFrame(java.lang.String title, boolean fullScreenMode, PCanvas aCanvas)
           
PFrame(java.lang.String title, java.awt.GraphicsDevice aDevice, boolean fullScreenMode, PCanvas aCanvas)
           
 

Uses of PCanvas in edu.umd.cs.piccolox.event
 

Fields in edu.umd.cs.piccolox.event declared as PCanvas
protected  PCanvas PStyledTextEventHandler.canvas
           
 

Constructors in edu.umd.cs.piccolox.event with parameters of type PCanvas
PStyledTextEventHandler(PCanvas canvas)
          Basic constructor for PStyledTextEventHandler
PStyledTextEventHandler(PCanvas canvas, javax.swing.text.JTextComponent editor)
          Constructor for PStyledTextEventHandler that allows an editor to be specified
 

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

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

Fields in edu.umd.cs.piccolox.swing declared as PCanvas
protected  PCanvas PDefaultScrollDirector.view
          The canvas that this class directs
 

Methods in edu.umd.cs.piccolox.swing with parameters of type PCanvas
 void PScrollDirector.install(PViewport viewport, PCanvas view)
          Installs the scroll director
 void PDefaultScrollDirector.install(PViewport viewPort, PCanvas view)
          Installs the scroll director and adds the appropriate listeners
 



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