Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.event |
This package supports Piccolo event handlers.
|
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 |
PMouseWheelZoomEventHandler
Zoom event handler that scales the camera view transform in response to mouse wheel events.
|
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.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.