|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PComponent | |
---|---|
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. |
Uses of PComponent in edu.umd.cs.piccolo |
---|
Classes in edu.umd.cs.piccolo that implement PComponent | |
---|---|
class |
PCanvas
PCanvas is a simple Swing component that can be used to embed Piccolo into a Java Swing application. |
class |
POffscreenCanvas
Offscreen canvas. |
Methods in edu.umd.cs.piccolo that return PComponent | |
---|---|
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. |
Methods in edu.umd.cs.piccolo with parameters of type PComponent | |
---|---|
void |
PCamera.setComponent(PComponent component)
Set the component for this camera to component . |
Uses of PComponent in edu.umd.cs.piccolo.event |
---|
Methods in edu.umd.cs.piccolo.event that return PComponent | |
---|---|
PComponent |
PInputEvent.getComponent()
Get the canvas associated with the top camera. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |