|
||||||||||
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. |
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. |
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. |
Uses of PComponent in edu.umd.cs.piccolo.examples |
---|
Classes in edu.umd.cs.piccolo.examples that implement PComponent | |
---|---|
class |
BirdsEyeViewExample.BirdsEyeView
The Birds Eye View Class |
Uses of PComponent in edu.umd.cs.piccolo.examples.fisheye |
---|
Classes in edu.umd.cs.piccolo.examples.fisheye that implement PComponent | |
---|---|
class |
TabularFisheye
|
Uses of PComponent in edu.umd.cs.piccolox.pswing |
---|
Classes in edu.umd.cs.piccolox.pswing that implement PComponent | |
---|---|
class |
PSwingCanvas
The PSwingCanvas is a PCanvas that can display Swing components with the PSwing adapter. |
Uses of PComponent in edu.umd.cs.piccolox.swing |
---|
Classes in edu.umd.cs.piccolox.swing that implement PComponent | |
---|---|
class |
PCacheCanvas
An extension of PCanvas that automatically installs a PCacheCamera. |
Uses of PComponent in edu.umd.cs.piccolox.swt |
---|
Classes in edu.umd.cs.piccolox.swt that implement PComponent | |
---|---|
class |
PSWTCanvas
PSWTCanvas is an SWT Composite that can be used to embed Piccolo into a SWT application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |