- MandelbrotGUI - Class in se.lth.cs.ptdc.fractal
-
The graphical user interface for the Mandelbrot assignment.
- MandelbrotGUI() - Constructor for class se.lth.cs.ptdc.fractal.MandelbrotGUI
-
Creates a graphical user interface with the default width.
- MandelbrotGUI(int) - Constructor for class se.lth.cs.ptdc.fractal.MandelbrotGUI
-
Creates a graphical user interface with the specified width.
- Maze - Class in se.lth.cs.ptdc.maze
-
Describes a maze.
- Maze(int) - Constructor for class se.lth.cs.ptdc.maze.Maze
-
Creates a maze with number nbr.
- MODE_BW - Static variable in class se.lth.cs.ptdc.fractal.MandelbrotGUI
-
Black and White mode.
- MODE_COLOR - Static variable in class se.lth.cs.ptdc.fractal.MandelbrotGUI
-
Color mode.
- moreCards() - Method in class se.lth.cs.ptdc.cardGames.CardDeck
-
Undersöker om det finns fler kort i kortleken.
- MOUSE_EVENT - Static variable in class se.lth.cs.window.SimpleWindow
-
- move(int, int) - Method in class se.lth.cs.ptdc.square.Square
-
Flyttar kvadraten relativt det aktuella läget.
- moveTo(int, int) - Method in class se.lth.cs.window.SimpleWindow
-
Moves the pen to a new position.
- moveToAndDraw(SimpleWindow, int, int) - Method in class se.lth.cs.ptdc.shapes.Shape
-
Raderar bilden av figuren, flyttar figuren till newX,newY och ritar upp
den på sin nya plats i fönstret.