- main(String[]) - Static method in class carsproject.general.Loader
-
Main of the application, start the GUI.
- MapDrawer - Class in carsproject.view
-
Contains the object and methods to draw and manage the Map panel and his component
- MapDrawer(String[][]) - Constructor for class carsproject.view.MapDrawer
-
Constructor of
MapDrawer
class, create the instance in the mapTile
and call the creation of the map in MapManager.
- MapManager - Class in carsproject.map
-
Contains the object and methods in order to handle the thraffic lights' and
zebra crossings' change of state.
- MapManager.Point - Class in carsproject.map
-
Simple and general class that consists of two final integer values.
- MapManager.Point(Integer, Integer) - Constructor for class carsproject.map.MapManager.Point
-
Unique setting of two final values of the Point's instance.
- MapTiles - Class in carsproject.map
-
Contains the objects needed in order to map the world under consideration, an
area of road traffic.
- mask(Image, Color) - Static method in class carsproject.view.ImageTool
-
Makes a color in an Image transparent.
- metersPerSecToKmPerHour(Double) - Static method in class carsproject.vehicles.AbstrModelVehicle
-
Conversion from m/s to km/h.
- metersToPixel(float) - Static method in class carsproject.map.MapTiles
-
Converts meters to pixels.
- ModelCar - Class in carsproject.vehicles
-
This is a finished implementation of IThreadVehicle,
made extending AbstrThreadVehicle.
- ModelCar(String) - Constructor for class carsproject.vehicles.ModelCar
-