A B C D E F G H I K L M N O P Q R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
P
- PackageSwitchAlgorithm - Class in org.insa.graphs.algorithm.packageswitch
- PackageSwitchAlgorithm(PackageSwitchData) - Constructor for class org.insa.graphs.algorithm.packageswitch.PackageSwitchAlgorithm
-
Create a new PackageSwitchAlgorithm with the given data.
- PackageSwitchData - Class in org.insa.graphs.algorithm.packageswitch
- PackageSwitchData(Graph, ArcInspector) - Constructor for class org.insa.graphs.algorithm.packageswitch.PackageSwitchData
- PackageSwitchGraphicObserver - Class in org.insa.graphs.algorithm.packageswitch
- PackageSwitchGraphicObserver() - Constructor for class org.insa.graphs.algorithm.packageswitch.PackageSwitchGraphicObserver
- PackageSwitchObserver - Interface in org.insa.graphs.algorithm.packageswitch
- PackageSwitchSolution - Class in org.insa.graphs.algorithm.packageswitch
- PackageSwitchSolution(PackageSwitchData, AbstractSolution.Status) - Constructor for class org.insa.graphs.algorithm.packageswitch.PackageSwitchSolution
- PackageSwitchTextObserver - Class in org.insa.graphs.algorithm.packageswitch
- PackageSwitchTextObserver() - Constructor for class org.insa.graphs.algorithm.packageswitch.PackageSwitchTextObserver
- paint(Graphics) - Method in class org.insa.graphs.gui.drawing.components.MapViewDrawing
- paintComponent(Graphics) - Method in class org.insa.graphs.gui.drawing.components.BasicDrawing
- paintIcon(Component, Graphics, int, int) - Method in class org.insa.graphs.gui.PathsPanel.PathPanel.ColorIcon
- PaintUtils - Class in org.insa.graphs.gui.drawing.overlays
- PaintUtils() - Constructor for class org.insa.graphs.gui.drawing.overlays.PaintUtils
- parameters - Variable in class org.insa.graphs.algorithm.utils.PriorityQueueTest
- parentComponent - Variable in class org.insa.graphs.gui.BlockingActionFactory
- path - Variable in class org.insa.graphs.algorithm.shortestpath.ShortestPathSolution
- path - Variable in class org.insa.graphs.gui.PathsPanel.PathPanel
- Path - Class in org.insa.graphs.model
-
Class representing a path between nodes in a graph.
- Path(Graph) - Constructor for class org.insa.graphs.model.Path
-
Create an empty path corresponding to the given graph.
- Path(Graph, List<Arc>) - Constructor for class org.insa.graphs.model.Path
-
Create a new path with the given list of arcs.
- Path(Graph, Node) - Constructor for class org.insa.graphs.model.Path
-
Create a new path containing a single node.
- PathInput - org.insa.graphs.gui.utils.FileUtils.FolderType
-
Folder type for path inputs (*.path).
- PathOutput - org.insa.graphs.gui.utils.FileUtils.FolderType
-
Folder type for path outputs (*.path).
- PathOverlay - Interface in org.insa.graphs.gui.drawing.overlays
- pathPanel - Variable in class org.insa.graphs.gui.MainWindow
- PathPanel(Path, Color) - Constructor for class org.insa.graphs.gui.PathsPanel.PathPanel
-
Create a new bundle with the given path and create a new overlay corresponding to the path.
- PathReader - Interface in org.insa.graphs.model.io
-
Base interface that should be implemented by class used to read paths.
- PathsPanel - Class in org.insa.graphs.gui
- PathsPanel(Component) - Constructor for class org.insa.graphs.gui.PathsPanel
- PathsPanel.PathPanel - Class in org.insa.graphs.gui
- PathsPanel.PathPanel.ColorIcon - Class in org.insa.graphs.gui
-
Simple icon that represents a unicolor rectangle.
- PathTest - Class in org.insa.graphes.model
- PathTest() - Constructor for class org.insa.graphes.model.PathTest
- PathWriter - Interface in org.insa.graphs.model.io
-
Base interface that should be implemented by class used to write paths.
- PEDESTRIAN - org.insa.graphs.model.RoadInformation.RoadType
- percolateDown(int) - Method in class org.insa.graphs.algorithm.utils.BinaryHeap
-
Internal method to percolate down in the heap.
- percolateUp(int) - Method in class org.insa.graphs.algorithm.utils.BinaryHeap
-
Internal method to percolate up in the heap.
- pere - Variable in class org.insa.graphs.algorithm.shortestpath.Label
- pixelXToLongitude(double) - Method in class org.insa.graphs.gui.drawing.MercatorProjection
- pixelXToLongitude(double) - Method in class org.insa.graphs.gui.drawing.PlateCarreProjection
- pixelXToLongitude(double) - Method in interface org.insa.graphs.gui.drawing.Projection
-
Retrieve the longitude associated to the given projected point.
- pixelYToLatitude(double) - Method in class org.insa.graphs.gui.drawing.MercatorProjection
- pixelYToLatitude(double) - Method in class org.insa.graphs.gui.drawing.PlateCarreProjection
- pixelYToLatitude(double) - Method in interface org.insa.graphs.gui.drawing.Projection
-
Retrieve the latitude associated to the given projected point.
- PlateCarreProjection - Class in org.insa.graphs.gui.drawing
- PlateCarreProjection(GraphStatistics.BoundingBox, int) - Constructor for class org.insa.graphs.gui.drawing.PlateCarreProjection
-
Create a new PlateCarreProjection corresponding to the given BoundingBox and maxSize.
- point - Variable in class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicMarkerOverlay
- point - Variable in class org.insa.graphs.model.Node
- Point - Class in org.insa.graphs.model
-
Class representing a point (position) on Earth.
- Point(float, float) - Constructor for class org.insa.graphs.model.Point
-
Create a new point corresponding to the given (longitude, latitude) position.
- points - Variable in class org.insa.graphs.gui.drawing.components.BasicDrawing.BasicPathOverlay
- points - Variable in class org.insa.graphs.gui.drawing.components.MapViewDrawing.MapViewPointSetOverlay
- points - Variable in class org.insa.graphs.model.ArcForward
- PointSetOverlay - Interface in org.insa.graphs.gui.drawing.overlays
- polygon - Variable in class org.insa.graphs.gui.drawing.components.MapViewDrawing.MapViewPointSetOverlay
- PolylineAutoScaling - Class in org.insa.graphs.gui.drawing.overlays
-
Class extending the default Mapsforge's
Polyline
with auto-scaling. - PolylineAutoScaling(int, Color) - Constructor for class org.insa.graphs.gui.drawing.overlays.PolylineAutoScaling
-
Create a new PolylineAutoScaling with the given width and color.
- preferences - Static variable in class org.insa.graphs.gui.utils.FileUtils
- PreferencesEntry(String, String) - Constructor for class org.insa.graphs.gui.utils.FileUtils.PreferencesEntry
- prefix - Variable in class org.insa.graphs.gui.StreamCapturer
- PRIMARY - org.insa.graphs.model.RoadInformation.RoadType
- PRIMARY_LINK - org.insa.graphs.model.RoadInformation.RoadType
- printStream - Variable in class org.insa.graphs.gui.MainWindow
- PriorityQueue<E extends java.lang.Comparable<E>> - Interface in org.insa.graphs.algorithm.utils
-
Interface representing a basic priority queue.
- PriorityQueueTest - Class in org.insa.graphs.algorithm.utils
- PriorityQueueTest() - Constructor for class org.insa.graphs.algorithm.utils.PriorityQueueTest
- PriorityQueueTest.MutableInteger - Class in org.insa.graphs.algorithm.utils
- PriorityQueueTest.TestParameters<E extends java.lang.Comparable<E>> - Class in org.insa.graphs.algorithm.utils
- PRIVATE - org.insa.graphs.model.AccessRestrictions.AccessRestriction
- progressBars - Variable in class org.insa.graphs.gui.GraphReaderProgressBar
- projection - Variable in class org.insa.graphs.gui.drawing.components.BasicDrawing
- Projection - Interface in org.insa.graphs.gui.drawing
- projectY(double) - Static method in class org.insa.graphs.gui.drawing.MercatorProjection
-
Compute the projection (without scaling) of the given latitude.
- psOverlay1 - Variable in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
- psOverlay2 - Variable in class org.insa.graphs.gui.observers.ShortestPathGraphicObserver
- psPanel - Variable in class org.insa.graphs.gui.MainWindow
- PUBLIC_TRANSPORT - org.insa.graphs.model.AccessRestrictions.AccessMode
-
Access mode corresponding to public transport vehicles.
All Classes All Packages