Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static PCanvas |
PCanvas.CURRENT_ZCANVAS
Deprecated.
since it falsely assumes that there is only one PCanvas per
program
|
Modifier and Type | Class and Description |
---|---|
class |
BirdsEyeViewExample.BirdsEyeView
The Birds Eye View Class
|
Modifier and Type | Field and Description |
---|---|
(package private) PCanvas |
BirdsEyeViewExample.BirdsEyeView.viewedCanvas
This is the canvas that is being viewed
|
Modifier and Type | Method and Description |
---|---|
void |
BirdsEyeViewExample.BirdsEyeView.connect(PCanvas canvas,
PLayer[] viewed_layers) |
Modifier and Type | Class and Description |
---|---|
class |
TabularFisheye |
Modifier and Type | Field and Description |
---|---|
protected PCanvas |
UserInteraction.SquiggleHandler.canvas |
Constructor and Description |
---|
UserInteraction.SquiggleHandler(PCanvas aCanvas) |
Modifier and Type | Method and Description |
---|---|
PCanvas |
PApplet.createCanvas()
Provides an extension point for subclasses so that they can control
what's on the canvas by default.
|
PCanvas |
PFrame.getCanvas()
Returns the canvas being displayed on this frame.
|
PCanvas |
PApplet.getCanvas()
Returns the canvas this PApplet is displaying.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PCanvas |
PStyledTextEventHandler.canvas
Canvas onto which this event handler is attached.
|
Constructor and Description |
---|
PStyledTextEventHandler(PCanvas canvas)
Basic constructor for PStyledTextEventHandler.
|
PStyledTextEventHandler(PCanvas canvas,
JTextComponent editor)
Constructor for PStyledTextEventHandler that allows an editor to be
specified.
|
Modifier and Type | Class and Description |
---|---|
class |
PSwingCanvas
The PSwingCanvas is a PCanvas that can display Swing components with
the PSwing adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
PCacheCanvas
An extension of PCanvas that automatically installs a PCacheCamera.
|
Modifier and Type | Field and Description |
---|---|
protected PCanvas |
PDefaultScrollDirector.view
The canvas that this class directs.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.