- paintComponent(Graphics) - Method in class gui.Circle
-
Draw the Circle when the component is painted.
- paintComponent(Graphics) - Method in class gui.Line
-
Paint this line
- PANEL_BUFFER - Static variable in class gui.Circle
-
Extra space to add on diameter when calculating bounds
- Parcel - Class in game
-
Class Parcel represents a carriable and deliverable package
in the game.
- parcelStats() - Method in class game.Game
-
Return the parcel stats for the current game in the form
[on city, on truck, delivered]
- pickupLoad(Parcel) - Method in class game.Truck
-
Pick up parcel p at the current location.
- poll() - Method in interface game.MinHeap
-
Remove and return the minimum-valued element from the Heap,
in worst-case time no more than O(log N).
- prioritiesToUpdate - Static variable in class game.HeapTester
-