Package | Description |
---|---|
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.piccolo.examples | |
edu.umd.cs.piccolo.examples.fisheye | |
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.
|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
Modifier and Type | Class and Description |
---|---|
class |
PCanvas
PCanvas is a simple Swing component that can be used to embed Piccolo
into a Java Swing application.
|
class |
POffscreenCanvas
Offscreen canvas.
|
Modifier and Type | Method and Description |
---|---|
PComponent |
PCamera.getComponent()
Return the component for this camera, or
null if no
component has been associated with this camera, as may be the case for
internal cameras. |
Modifier and Type | Method and Description |
---|---|
void |
PCamera.setComponent(PComponent component)
Set the component for this camera to
component . |
Modifier and Type | Method and Description |
---|---|
PComponent |
PInputEvent.getComponent()
Get the canvas associated with the top camera.
|
Modifier and Type | Class and Description |
---|---|
class |
BirdsEyeViewExample.BirdsEyeView
The Birds Eye View Class
|
Modifier and Type | Class and Description |
---|---|
class |
TabularFisheye |
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 | Class and Description |
---|---|
class |
PSWTCanvas
PSWTCanvas is an SWT Composite that can be used to embed
Piccolo into a SWT application.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.