Uses of Package
edu.umd.cs.piccolo.event
Packages that use edu.umd.cs.piccolo.event
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo event handlers.
This package defines several utility classes that are likely
to be useful for Piccolo applications.
-
Classes in edu.umd.cs.piccolo.event used by edu.umd.cs.piccoloClassDescriptionPBasicInputEventHandler is the standard class in Piccolo that is used to register for mouse and keyboard events on a PNode.PInputEvent is used to notify PInputEventListeners of keyboard and mouse input.PInputEventListener defines the most basic interface for objects that want to listen to PNodes for input events.PPanEventHandler provides event handlers for basic panning of the canvas view with the left mouse.ZoomEventhandler provides event handlers for basic zooming of the canvas view with the right (third) button.
-
Classes in edu.umd.cs.piccolo.event used by edu.umd.cs.piccolo.eventClassDescriptionPBasicInputEventHandler is the standard class in Piccolo that is used to register for mouse and keyboard events on a PNode.PDragSequenceEventHandler is designed to support mouse pressed, dragged, and released interaction sequences.PInputEvent is used to notify PInputEventListeners of keyboard and mouse input.PInputEventFilter is a class that filters input events based on the events modifiers and type.PInputEventListener defines the most basic interface for objects that want to listen to PNodes for input events.
-
Classes in edu.umd.cs.piccolo.event used by edu.umd.cs.piccolo.utilClassDescriptionPInputEvent is used to notify PInputEventListeners of keyboard and mouse input.PInputEventListener defines the most basic interface for objects that want to listen to PNodes for input events.