Uses of Interface
edu.umd.cs.piccolo.PComponent
Packages that use PComponent
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo event handlers.
-
Uses of PComponent in edu.umd.cs.piccolo
Classes in edu.umd.cs.piccolo that implement PComponentModifier and TypeClassDescriptionclassPCanvas is a simple Swing component that can be used to embed Piccolo into a Java Swing application.final classOffscreen canvas.Methods in edu.umd.cs.piccolo that return PComponentModifier and TypeMethodDescriptionPCamera.getComponent()Return the component for this camera, ornullif 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 PComponentModifier and TypeMethodDescriptionvoidPCamera.setComponent(PComponent component) Set the component for this camera tocomponent. -
Uses of PComponent in edu.umd.cs.piccolo.event
Methods in edu.umd.cs.piccolo.event that return PComponentModifier and TypeMethodDescriptionPInputEvent.getComponent()Get the canvas associated with the top camera.