Package | Description |
---|---|
org.piccolo2d |
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
|
org.piccolo2d.activities |
This package supports Piccolo activities.
|
Modifier and Type | Method and Description |
---|---|
PActivityScheduler |
PRoot.getActivityScheduler()
Get the activity scheduler associated with this root.
|
Modifier and Type | Method and Description |
---|---|
PActivityScheduler |
PActivity.getActivityScheduler()
Returns the activity scheduler associated with this activity.
|
Modifier and Type | Method and Description |
---|---|
void |
PActivity.setActivityScheduler(PActivityScheduler aScheduler)
Informs the activity of the scheduler that will be responsible for
scheduling it.
|
Copyright © 1995-2013 Piccolo2D. All Rights Reserved.