- terminate() - Method in class carsproject.vehicles.AbstrThreadVehicle
-
This method must be used to start the thread.
- terminate() - Method in interface carsproject.vehicles.IThreadVehicle
-
This method will stop the thread.
- terminate() - Method in class carsproject.vehicles.ThreadCar
-
Stop the vehicle's thread.
- ThreadCar - Class in carsproject.vehicles
-
Implementation of IThreadVehicle with the task to move a "car" vehicle.
- TILE_EDGE - Static variable in interface carsproject.map.ITile
-
Represents the length of a tile in pixels.
- TileType - Enum in carsproject.map
-
Type of the tiles which form the map, used in controls and assignments in
other classes.
- TIME_SLICE - Static variable in interface carsproject.vehicles.IModelVehicle
-
Time fraction used to update vehicles positions, in milliseconds.
- TL_GREEN - Static variable in class carsproject.view.MapDrawer
-
- TL_RED - Static variable in class carsproject.view.MapDrawer
-
- TL_YELLOW - Static variable in class carsproject.view.MapDrawer
-
- toBufferedImage(Image) - Static method in class carsproject.view.ImageTool
-
Converts a given Image into a BufferedImage.
- toImage(BufferedImage) - Static method in class carsproject.view.ImageTool
-
Converts a given BufferedImage into an Image.
- toString() - Method in class carsproject.general.Coordinates
-
Returns a personalized representation of this class.
- toString() - Method in class carsproject.map.AbstractTile
-
- toString() - Method in class carsproject.map.MapManager.Point
-
- toString() - Method in class carsproject.map.Roads.TrafficLight
-
Returns the string indicating the current state of the traffic light.
- toString() - Method in class carsproject.map.Roads.Zebra
-
Returns the string indicating the current state of the zebra crossing.
- toString() - Method in class carsproject.map.Semaphore
-
- toString() - Method in class carsproject.vehicles.AbstrModelVehicle
-
- TURN_EN - Static variable in class carsproject.view.MapDrawer
-
- TURN_ES - Static variable in class carsproject.view.MapDrawer
-
- TURN_WN - Static variable in class carsproject.view.MapDrawer
-
- TURN_WS - Static variable in class carsproject.view.MapDrawer
-