|
||||||||||
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.piccolo.examples | |
edu.umd.cs.piccolo.examples.fisheye | |
edu.umd.cs.piccolo.tutorial | |
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
Deprecated. since it falsely assumes that there is only one PCanvas per program |
Uses of PCanvas in edu.umd.cs.piccolo.examples |
---|
Subclasses of PCanvas in edu.umd.cs.piccolo.examples | |
---|---|
class |
BirdsEyeViewExample.BirdsEyeView
The Birds Eye View Class |
Fields in edu.umd.cs.piccolo.examples declared as PCanvas | |
---|---|
(package private) PCanvas |
BirdsEyeViewExample.BirdsEyeView.viewedCanvas
This is the canvas that is being viewed |
Methods in edu.umd.cs.piccolo.examples with parameters of type PCanvas | |
---|---|
void |
BirdsEyeViewExample.BirdsEyeView.connect(PCanvas canvas,
PLayer[] viewed_layers)
|
Uses of PCanvas in edu.umd.cs.piccolo.examples.fisheye |
---|
Subclasses of PCanvas in edu.umd.cs.piccolo.examples.fisheye | |
---|---|
class |
TabularFisheye
|
Uses of PCanvas in edu.umd.cs.piccolo.tutorial |
---|
Fields in edu.umd.cs.piccolo.tutorial declared as PCanvas | |
---|---|
protected PCanvas |
UserInteraction.SquiggleHandler.canvas
|
Constructors in edu.umd.cs.piccolo.tutorial with parameters of type PCanvas | |
---|---|
UserInteraction.SquiggleHandler(PCanvas aCanvas)
|
Uses of PCanvas in edu.umd.cs.piccolox |
---|
Methods in edu.umd.cs.piccolox that return PCanvas | |
---|---|
PCanvas |
PApplet.createCanvas()
Provides an extension point for subclasses so that they can control what's on the canvas by default. |
PCanvas |
PApplet.getCanvas()
Returns the canvas this PApplet is displaying. |
PCanvas |
PFrame.getCanvas()
Returns the canvas being displayed on this frame. |
Constructors in edu.umd.cs.piccolox with parameters of type PCanvas | |
---|---|
PFrame(String title,
boolean fullScreenMode,
PCanvas canvas)
Creates a PFrame with the given title and with the default canvas. |
|
PFrame(String title,
GraphicsDevice device,
boolean fullScreen,
PCanvas canvas)
Creates a PFrame with the given title and with the default canvas being displayed on the provided device. |
Uses of PCanvas in edu.umd.cs.piccolox.event |
---|
Fields in edu.umd.cs.piccolox.event declared as PCanvas | |
---|---|
protected PCanvas |
PStyledTextEventHandler.canvas
Canvas onto which this event handler is attached. |
Constructors in edu.umd.cs.piccolox.event with parameters of type PCanvas | |
---|---|
PStyledTextEventHandler(PCanvas canvas)
Basic constructor for PStyledTextEventHandler. |
|
PStyledTextEventHandler(PCanvas canvas,
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 |
PDefaultScrollDirector.install(PViewport targetViewPort,
PCanvas targetView)
Installs the scroll director and adds the appropriate listeners. |
void |
PScrollDirector.install(PViewport viewport,
PCanvas view)
Installs the scroll director. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |