JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
V
W
Y
C
carsproject.general
- package carsproject.general
carsproject.map
- package carsproject.map
carsproject.vehicles
- package carsproject.vehicles
carsproject.view
- package carsproject.view
changeState()
- Method in class carsproject.map.
Roads.Zebra
Changes the state of the variable
crossed
to its opposite.
checkForChanges()
- Method in class carsproject.map.
Semaphore
Compares the elapsed time with the time interval and, as a consequence, change the states of the traffic lights in the cross Notes:
- called by thread's routine in
MapManager
.
clearAllLogs()
- Method in class carsproject.general.
Amanuensis
ATTENTION!
clone(Image)
- Static method in class carsproject.view.
ImageTool
Clones an image.
Coordinates
- Class in
carsproject.general
This class contains methods used to store and manage coordinates.
Coordinates(int, int)
- Constructor for class carsproject.general.
Coordinates
Coordinates base Integer constructor.
Coordinates(double, double)
- Constructor for class carsproject.general.
Coordinates
Coordinates base Double constructor.
coordinatesToPoint(Coordinates)
- Static method in class carsproject.map.
MapManager
Conversion from coordinates to configuration file numbering.
createInstance(Integer, Integer)
- Static method in class carsproject.map.
MapTiles
Creates the instance of the class, calls the constructor of the class in order to allocate the singleton.
createMap(String[][])
- Static method in class carsproject.map.
MapManager
Creates the map by allocating the tiles depending on the character wrote in the .txt file.
createTiledImage(Image, int, int)
- Static method in class carsproject.view.
ImageTool
Creates a tiled image with an image upto given width and height.
createVehicle(String, String)
- Method in class carsproject.vehicles.
Garage
Create a new vehicle giving vehicle's common name as first parameter and vehicle's unique name as second.
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
R
S
T
V
W
Y
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes