- getBarChartUI(int) - Static method in class ui.UserInterfaceFactory
-
Returns a new BarChartUserInterface.
- getDrawUI(int, int) - Static method in class ui.UserInterfaceFactory
-
Returns a new DrawUserInterface.
- getDrosteUI(int, int) - Static method in class ui.UserInterfaceFactory
-
Returns a new DrosteUserInterface.
- getEvent() - Method in interface ui.properties.Input
-
This function blocks until an event occurs and returns
an
Event
object with the name and the data of the
event that occurred.
- getHeight() - Method in interface ui.properties.DrawScreen
-
Returns the screen height.
- getHeight() - Method in interface ui.properties.ImageScreen
-
Returns the screen height.
- getLabyrinthUI(int, int) - Static method in class ui.UserInterfaceFactory
-
Returns a new LabyrinthUserInterface.
- getLifeUI(int, int) - Static method in class ui.UserInterfaceFactory
-
Returns a new LifeUserInterface.
- getOthelloReplayUI() - Static method in class ui.UserInterfaceFactory
-
Returns a new OthelloReplayUserInterface.
- getOthelloUI() - Static method in class ui.UserInterfaceFactory
-
Returns a new OthelloUserInterface.
- getRandom(int, int) - Static method in class ui.UIAuxiliaryMethods
-
Returns a random number in the interval, [from,to).
- getSnakeUI(int, int) - Static method in class ui.UserInterfaceFactory
-
Returns a new SnakeUserInterface.
- getTextHeight(String) - Method in interface ui.properties.DrawScreen
-
Determines the height of a piece of text.
- getTextWidth(String) - Method in interface ui.properties.DrawScreen
-
Determines the width of a piece of text.
- getWidth() - Method in interface ui.properties.DrawScreen
-
Returns the screen width.
- getWidth() - Method in interface ui.properties.ImageScreen
-
Returns the screen width.
- green - Variable in class ui.Colour
-
The value for red between 0 and 255.
- GridScreen - Interface in ui.properties
-
Interfaces that implement this property provides a grid,
with the posibility to place a different image in each of its cells.