Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.activities |
This package supports Piccolo activities.
|
org.piccolo2d.event |
This package supports Piccolo event handlers.
|
org.piccolo2d.nodes |
This package contains nodes that may be useful for Piccolo applications.
|
org.piccolo2d.util |
This package defines several utility classes that are likely
to be useful for Piccolo applications.
|
Class and Description |
---|
PCamera
PCamera represents a viewport onto a list of layer nodes.
|
PComponent
Interface that a component needs to implement if it wants to act as a Piccolo
canvas.
|
PInputManager
PInputManager is responsible for dispatching PInputEvents to node's
event listeners.
|
PLayer
PLayer is a node that can be viewed directly by multiple camera nodes.
|
PNode
PNode is the central abstraction in Piccolo.
|
PNode.PSceneGraphDelegate
PSceneGraphDelegate is an interface to receive low level node
events.
|
PRoot
PRoot serves as the top node in Piccolo2D's runtime structure.
|
PRoot.InputSource
This interfaces is for advanced use only.
|
Class and Description |
---|
PRoot
PRoot serves as the top node in Piccolo2D's runtime structure.
|
Class and Description |
---|
PCamera
PCamera represents a viewport onto a list of layer nodes.
|
PComponent
Interface that a component needs to implement if it wants to act as a Piccolo
canvas.
|
PInputManager
PInputManager is responsible for dispatching PInputEvents to node's
event listeners.
|
PNode
PNode is the central abstraction in Piccolo.
|
Class and Description |
---|
PNode
PNode is the central abstraction in Piccolo.
|
Class and Description |
---|
PCamera
PCamera represents a viewport onto a list of layer nodes.
|
PNode
PNode is the central abstraction in Piccolo.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.