Interface | Description |
---|---|
BarChartUserInterface |
The interface for drawing bar charts.
|
DrawUserInterface |
The interface used for drawing graphs and charts.
|
DrosteUserInterface |
The interface used in the Droste assignment.
|
LabyrinthUserInterface |
The user interface used in the LongestPath assignment.
|
LifeUserInterface |
The interface used in the Life assignment
The properties of this interface are described in GridScreen ,
StatusBar and WaitingSystem . |
OthelloReplayUserInterface |
The interface used in the replay assignments.
|
OthelloUserInterface |
The interface used in the Othello assignments.
|
SnakeUserInterface |
The interface used in the Snake assignment.
|
Class | Description |
---|---|
Colour |
A class used to define colours used in the DrawUserInterface.
|
Event |
This class is used by
Input to channel events to the user program. |
TreeWindowUserInterface |
The user interface used in the Tree assignment.
|
UIAuxiliaryMethods |
A collection of methods used for writing programs using the
UserInterface.
|
UserInterfaceFactory |
The class that creates new user interfaces.
|