A B C D F G H I J L M P R S U V

S

searchForShortestPath(int, int, JPFMap) - Method in class pathfinder.JPathFinder
implements the A* path search - searches shortest road from given start to target city
searchForShortestPath(int, int, JPFMap) - Method in class pathfinder.RandomPathFinder
 
searchForShortestTime(int, int, JPFMap) - Method in class pathfinder.JPathFinder
implements the A* path search - searches fastest road from given start to target city
searchForShortestTime(int, int, JPFMap) - Method in class pathfinder.RandomPathFinder
 
secondColor - Variable in class pathfinder.JMapPanel
 
setCityColor(Color) - Method in class pathfinder.JMapPanel
 
setCityColor(Color) - Method in class pathfinder.JPFMap
sets color of the city symbol
setCityHeight(int) - Method in class pathfinder.JMapPanel
 
setCityHeight(int) - Method in class pathfinder.JPFMap
Sets height of the city symbol
setCityWidth(int) - Method in class pathfinder.JMapPanel
 
setCityWidth(int) - Method in class pathfinder.JPFMap
Sets width of the city symbol
setInformationArea(JTextArea) - Method in class pathfinder.JPathFinder
Sets the place where the info can be written
setParentFrame(MapFrame) - Method in class pathfinder.JMapPanel
 
setPathColor(Color) - Method in class pathfinder.JMapPanel
 
setPathColor(Color) - Method in class pathfinder.JPFMap
Sets the path color used for drawing paths in the map
setRoadColors(Color, Color, Color) - Method in class pathfinder.JMapPanel
 
setRoadColors(Color, Color, Color) - Method in class pathfinder.JPFMap
Sets colors of the m_roadList
setSearchThread(Thread) - Method in class gui.MapFrame
internal purposes
setStartCity(int) - Method in class gui.MapFrame
A method for city selection with mouse.
setStopCity(int) - Method in class gui.MapFrame
A method for city selection with mouse.
showGUI() - Method in class pathfinder.JPathFinder
Shows the searcher's GUI
showGUI(AbstractVCover) - Method in class pathfinder.JPathFinder
Shows the searcher's GUI
showGUI(String) - Method in class pathfinder.JPathFinder
Shows the searcher's GUI and loads the map from given file
showGUI(AbstractVCover, String) - Method in class pathfinder.JPathFinder
Shows the searcher's GUI and loads the map from given file

A B C D F G H I J L M P R S U V