Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.event |
This package supports Piccolo event handlers.
|
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.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.