Uses of Class
edu.umd.cs.piccolo.activities.PActivityScheduler
Packages that use PActivityScheduler
Package
Description
Piccolo is a general-purpose Java-based engine that supports 2D visualizations.
This package supports Piccolo activities.
-
Uses of PActivityScheduler in edu.umd.cs.piccolo
Methods in edu.umd.cs.piccolo that return PActivitySchedulerModifier and TypeMethodDescriptionPRoot.getActivityScheduler()Get the activity scheduler associated with this root. -
Uses of PActivityScheduler in edu.umd.cs.piccolo.activities
Methods in edu.umd.cs.piccolo.activities that return PActivitySchedulerModifier and TypeMethodDescriptionPActivity.getActivityScheduler()Returns the activity scheduler associated with this activity.Methods in edu.umd.cs.piccolo.activities with parameters of type PActivitySchedulerModifier and TypeMethodDescriptionvoidPActivity.setActivityScheduler(PActivityScheduler aScheduler) Informs the activity of the scheduler that will be responsible for scheduling it.