| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PCanvas | |
|---|---|
| edu.umd.cs.piccolo | Piccolo is a general-purpose Java-based engine that supports 2D visualizations. | 
| edu.umd.cs.piccolox | Piccolo extras (piccolox) provides additional features not found in the core Piccolo library. | 
| edu.umd.cs.piccolox.event | This package provides additional 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. | 
| 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 | 
PFrame.getCanvas()
 | 
 PCanvas | 
PApplet.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.pswing | 
|---|
| Subclasses of PCanvas in edu.umd.cs.piccolox.pswing | |
|---|---|
 class | 
PSwingCanvas
The PSwingCanvas is a PCanvas that can display Swing components with the PSwing adapter.  | 
| 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  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||