- test() - Method in class uwcse.collections.ListTester
-
The main test method.
- test() - Method in class uwcse.collections.MapTester
-
The main test method.
- test(SimpleList) - Static method in class uwcse.collections.SimpleAbstractList
-
A generalized test method which can be used by subclasses.
- test() - Static method in class uwcse.io.Sound
-
A test method that repeatedly asks for a URL and then plays the
sound given
- Tester - Class in uwcse.collections
-
Superclass for writing simple, console-based testers for Collection
clases.
- Tester(Reader, boolean) - Constructor for class uwcse.collections.Tester
-
Create a new tester consuming commands from the given reader.
- Tester.Operation - Interface in uwcse.collections
-
- testFromFilename(String) - Static method in class uwcse.graphics.ImageShape
-
- testFromURL(String) - Static method in class uwcse.graphics.ImageShape
-
- TextHistogram - Class in uwcse.sim
-
An extension of HistogramView which demonstrates that not all views
have to be graphical in nature.
- TextHistogram() - Constructor for class uwcse.sim.TextHistogram
-
- TextShape - Class in uwcse.graphics
-
TextShape is used for displaying text onto the GWindow.
- TextShape(String, int, int) - Constructor for class uwcse.graphics.TextShape
-
Create a new text shape, in black using the default font
- TextShape(String, int, int, Font) - Constructor for class uwcse.graphics.TextShape
-
Create a new text shape, in black
- TextShape(String, int, int, Color) - Constructor for class uwcse.graphics.TextShape
-
Create a new text shape, using the default font
- TextShape(String, int, int, Color, Font) - Constructor for class uwcse.graphics.TextShape
-
Create a new text shape
- Thing - Interface in uwcse.sim
-
The basic interface for an object in the simulation world.
- TIMER_EXPIRED - Static variable in class uwcse.graphics.GWindowEvent
-
- timerExpired(GWindowEvent) - Method in class uwcse.graphics.GWindowEventAdapter
-
- timerExpired(GWindowEvent) - Method in interface uwcse.graphics.GWindowEventHandler
-
- title - Variable in class uwcse.tools.OBrowser
-
- toString() - Method in class uwcse.collections.SimpleAbstractList
-
- toString() - Method in class uwcse.collections.SimpleClosedHashMap
-
- toString() - Method in class uwcse.collections.SimpleListMap
-
- toString() - Method in class uwcse.collections.SimpleOpenHashMap
-
- toString() - Method in class uwcse.graphics.AppletGWindow
-
- toString() - Method in class uwcse.graphics.Arc
-
- toString() - Method in class uwcse.graphics.GWindow
-
- toString() - Method in class uwcse.graphics.GWindowEvent
-
- toString() - Method in class uwcse.graphics.ImageShape
-
- toString() - Method in class uwcse.graphics.Line
-
- toString() - Method in class uwcse.graphics.Oval
-
- toString() - Method in class uwcse.graphics.Pen
-
Return the pen's printed representation.
- toString() - Method in class uwcse.graphics.Polygon
-
- toString() - Method in class uwcse.graphics.PolyShape
-
- toString() - Method in class uwcse.graphics.Rectangle
-
- toString() - Method in class uwcse.graphics.ShapeImpl
-
Answer the printed representation of this shape.
- toString() - Method in class uwcse.graphics.TextShape
-
- toString() - Method in class uwcse.graphics.Triangle
-
- toString() - Method in class uwcse.io.SimpleDate
-
Answer a nice representation of the date.
- toString() - Method in class uwcse.sim.WorldModel
-
- tree - Variable in class uwcse.tools.OBrowser
-
- treeModel - Variable in class uwcse.tools.OBrowser
-
- Triangle - Class in uwcse.graphics
-
A triangle shape.
- Triangle() - Constructor for class uwcse.graphics.Triangle
-
Create a new blue, filled triangle with default position and size.
- Triangle(int, int, int, int, int, int) - Constructor for class uwcse.graphics.Triangle
-
Create a new black, unfilled triangle between the given three vertices
- Triangle(int, int, int, int, int, int, Color, boolean) - Constructor for class uwcse.graphics.Triangle
-
Create a new triangle of the given color and filledness between
the given three vertices
- turn(int) - Method in class uwcse.graphics.Pen
-
Turn the pen this many degrees counter-clockwise.