Package | Description |
---|---|
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.tutorial | |
edu.umd.cs.piccolox.event |
This package provides additional Piccolo event handlers.
|
edu.umd.cs.piccolox.handles |
This package contains handle nodes.
|
edu.umd.cs.piccolox.swt |
This package provides a SWT implementation of the core Piccolo library.
|
Modifier and Type | Class and Description |
---|---|
class |
PInputManager
PInputManager is responsible for dispatching PInputEvents to node's
event listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
PDragEventHandler
PDragEventHandler is a simple event handler for dragging a node on the
canvas.
|
class |
PDragSequenceEventHandler
PDragSequenceEventHandler is designed to support mouse pressed,
dragged, and released interaction sequences.
|
class |
PPanEventHandler
PPanEventHandler provides event handlers for basic panning of the
canvas view with the left mouse.
|
class |
PZoomEventHandler
ZoomEventhandler provides event handlers for basic zooming of the
canvas view with the right (third) button.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
GraphEditorExample.NodeDragHandler |
Modifier and Type | Method and Description |
---|---|
PBasicInputEventHandler |
EventHandlerExample.createRectangleEventHandler() |
PBasicInputEventHandler |
SquiggleExample.createSquiggleEventHandler() |
Modifier and Type | Class and Description |
---|---|
class |
UserInteraction.SquiggleHandler |
Modifier and Type | Field and Description |
---|---|
protected PBasicInputEventHandler |
PiccoloPresentation.eventHandler |
Modifier and Type | Class and Description |
---|---|
class |
PNavigationEventHandler
PNavigationEventHandler implements simple focus based navigation.
|
class |
PSelectionEventHandler
PSelectionEventHandler provides standard interaction for
selection. |
class |
PStyledTextEventHandler |
class |
PZoomToEventHandler
PZoomToEventHandler is used to zoom the camera view to the node
clicked on with button one.
|
Modifier and Type | Method and Description |
---|---|
PBasicInputEventHandler |
PBoundsHandle.getHandleCursorEventHandler()
Return the event handler that is responsible for setting the mouse cursor
when it enters/exits this handle.
|
Modifier and Type | Class and Description |
---|---|
class |
PSWTSelectionEventHandler
Selection event handler modified to use SWT paths instead of normal paths.
|
Modifier and Type | Method and Description |
---|---|
PBasicInputEventHandler |
PSWTBoundsHandle.getHandleCursorEventHandler()
Return the event handler that is responsible for setting the mouse cursor
when it enters/exits this handle.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.