- DEFAULT_SPRITE_EXTENSION - Static variable in class carsproject.vehicles.ModelCar
-
Extension used for sprites.
- DEFAULT_SPRITE_PATH - Static variable in class carsproject.vehicles.ModelCar
-
Default path to retrieve default image of cars.
- degreesToDirection(Double) - Static method in class carsproject.vehicles.AbstrModelVehicle
-
Conversion method from rotational degrees to Direction
- deleteVehicle(String) - Method in class carsproject.vehicles.Garage
-
Delete a vehicle giving its unique name.
- Direction - Enum in carsproject.map
-
Possible directions kept by a tile.
- directionToDegrees(Direction) - Static method in class carsproject.vehicles.AbstrModelVehicle
-
Conversion method from Direction to rotational degrees.
- distanceFromTwoPoints(Coordinates, Coordinates) - Static method in class carsproject.general.Coordinates
-
Calculate and return distance from two given points of type Coordinates.
- doubleToInteger(double) - Static method in class carsproject.general.Coordinates
-
Round from Double to Integer and return it.
- drawing - Static variable in class carsproject.view.MapDrawer
-
- drawMap(String[][]) - Method in class carsproject.view.GUIdrawer
-
Passes the matrix at the mapDrawer object that draw the map in the frame.