- Line - Class in uwcse.graphics
-
A line shape.
- Line() - Constructor for class uwcse.graphics.Line
-
Make a new orange line with a default size and position.
- Line(int, int, int, int) - Constructor for class uwcse.graphics.Line
-
Create a new black line between the two given points
- Line(int, int, int, int, Color) - Constructor for class uwcse.graphics.Line
-
Create a new line of the given color between the two given
points (lines are never filled, so no filled argument is needed)
- ListTester - Class in uwcse.collections
-
A simple test harness for testing implementations of the SimpleList
interface.
- ListTester(SimpleList, Reader, boolean) - Constructor for class uwcse.collections.ListTester
-
Make a new tester object for the given list.
- loop(Sound) - Method in class uwcse.io.AudioPlayer
-
Start playing the given sound, and repeat playing it until told
to stop.
- loop() - Method in class uwcse.io.Sound
-
Play the sound repeatedly, until told to stop.